Home
last modified time | relevance | path

Searched refs:WPAD_ERR_NONE (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-3.2/build/demos/wpaddemo/src/
Dmemory.c133 if (reason == WPAD_ERR_NONE) in ConnectCallback()
220 if (result == WPAD_ERR_NONE) in memory()
310 if (status[chan].err == WPAD_ERR_NONE in main()
Ddummy_checker.c230 case WPAD_ERR_NONE: in connectCallback()
617 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in get_status_name()
683 if (WPAD_ERR_NONE == co_ptr[index].err) in renderAimings()
704 if (WPAD_ERR_NONE == fs_ptr[index].err) in renderAimings()
725 if (WPAD_ERR_NONE == cl_ptr[index].err) in renderAimings()
Dwpad_seqdemo.c281 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()
387 if (result == WPAD_ERR_NONE) in SpeakerCallback()
394 info[chan].Speakers.status = WPAD_ERR_NONE; in SpeakerCallback()
427 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
Dwpad_axdemo.c389 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()
548 if (result == WPAD_ERR_NONE) in SpeakerCallback()
586 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
615 if (result == WPAD_ERR_NONE) in MuteOnCallback()
629 if (result == WPAD_ERR_NONE) in MuteOffCallback()
Dwpad_spdemo.c263 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()
358 if (result == WPAD_ERR_NONE) in SpeakerCallback()
379 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
Dsync.c128 if (WPADProbe(chan, &dev_type) == WPAD_ERR_NONE) in RenderConsoleStatus()
Dwpadsample.c566 if (reason == WPAD_ERR_NONE) in connectCallback()
905 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in getErrName()
1362 if (wpad->err == WPAD_ERR_NONE || wpad->err == WPAD_ERR_CORRUPTED) in renderDots()
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c581 if ( fp->err != WPAD_ERR_NONE ) { in read_kpad_button()
596 if ( cp->err != WPAD_ERR_NONE ) { in read_kpad_button()
612 if ( wp->err != WPAD_ERR_NONE ) { in read_kpad_button()
794 if(err==WPAD_ERR_NONE) in read_kpad_acc()
823 if ( err != WPAD_ERR_NONE ) { in read_kpad_acc()
839 if ( err != WPAD_ERR_NONE ) { in read_kpad_acc()
1466 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()
1481 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()
1497 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()
1705 if ( err != WPAD_ERR_NONE ) { in read_kpad_stick()
[all …]
/RvlSDK-3.2/build/libraries/wpad/src/
DWPADClamp.c115 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampStick()
229 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampTrigger()
284 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampAcc()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c910 if ( uwp->u.fs.err != WPAD_ERR_NONE || in read_kpad_acc()
1928 KPADiControlDpdCallback( chan, WPAD_ERR_NONE ) ; in KPADiRead()
1981 if ( uwp->u.core.err == WPAD_ERR_NONE ) { in KPADiRead()
2104 case WPAD_ERR_NONE : in KPADiRead()
2144 case WPAD_ERR_NONE : in KPADiRead()
2179 case WPAD_ERR_NONE : in KPADiRead()
2226 case WPAD_ERR_NONE : in KPADiRead()
2469 if ( reason == WPAD_ERR_NONE ) { in KPADiConnectCallback()
2511 kp->wbcEnabled = (u8)( ( result == WPAD_ERR_NONE ) ? TRUE : FALSE ) ; in KPADiControlWbcCallback()
2519 kp->wbcSetZeroPoint1Done = (u8)( ( result == WPAD_ERR_NONE ) ? TRUE : FALSE ) ; in KPADiUpdateTempWbcCallback()
[all …]
/RvlSDK-3.2/build/demos/videmo/src/
Ddimming.c213 if(WPAD_ERR_NONE == WPADProbe(WPAD_CHAN0, &type)) in main()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c563 if (up->u.core.err == WPAD_ERR_NONE) { in draw_object()
872 if ( kpads[0][0].wpad_err == WPAD_ERR_NONE in draw_sample()
939 if (kpads[0][cx].wpad_err == WPAD_ERR_NONE) { in draw_sample()
976 if ( kpads[0][cx].wpad_err == WPAD_ERR_NONE ) { in draw_sample()
1012 if ( kpads[0][cx].wpad_err == WPAD_ERR_NONE ) { in draw_sample()
Dweight.c115 if ( reason == WPAD_ERR_NONE ) in connectCallback()
/RvlSDK-3.2/build/demos/wbcdemo/src/
Dsimple_wbc.c219 if (reason == WPAD_ERR_NONE) in connectCallback()
Dbalance.c257 if (reason == WPAD_ERR_NONE) in connectCallback()
Dhandling_weight.c258 if (reason == WPAD_ERR_NONE) in connectCallback()
/RvlSDK-3.2/include/revolution/
Dwpad.h482 #define WPAD_ERR_NONE 0 macro