Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/wpaddemo/src/
Dhandling.c184 case WPAD_ERR_NONE: in connectCallback()
521 if (WPAD_ERR_NONE == status) in renderStatus()
669 case WPAD_ERR_NONE: in get_status_name()
755 if (WPAD_ERR_NONE == co_ptr[index].err) in renderAimings()
776 if (WPAD_ERR_NONE == fs_ptr[index].err) in renderAimings()
Dsampling.c129 if (WPAD_ERR_NONE == status) in main()
278 if(s_ringBuf[index].err == WPAD_ERR_NONE) in renderAimings()
Dwpad_axdemo.c332 if (info[chan].status == WPAD_ERR_NONE) in main()
427 if (result == WPAD_ERR_NONE) in SpeakerCallback()
440 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
448 if (result == WPAD_ERR_NONE) in MuteOnCallback()
456 if (result == WPAD_ERR_NONE) in MuteOffCallback()
Dwpad_seqdemo.c227 if (info[chan].status == WPAD_ERR_NONE) in main()
321 if (result == WPAD_ERR_NONE) in SpeakerCallback()
340 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
Dwpad_spdemo.c215 if (info[chan].status == WPAD_ERR_NONE) in main()
293 if (result == WPAD_ERR_NONE) in SpeakerCallback()
312 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
Dcheck.c135 if (WPAD_ERR_NONE == status) in main()
Dsync-callback.c309 case WPAD_ERR_NONE: in renderStatus()
Ddistance.c101 if (WPAD_ERR_NONE == status) in main()
Dsimple.c145 if(WPAD_ERR_NONE == status) in main()
Dpointing.c129 if (WPAD_ERR_NONE == status) in main()
/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c292 sp->wpad_err = WPAD_ERR_NONE ; // Since there is no error for the time being in reset_kpad()
541 if ( fp->err != WPAD_ERR_NONE ) { in read_kpad_button()
556 if ( cp->err != WPAD_ERR_NONE ) { in read_kpad_button()
572 if ( wp->err != WPAD_ERR_NONE ) { in read_kpad_button()
749 if(WPADProbe(chan, &type)==WPAD_ERR_NONE) in read_kpad_acc()
777 if ( fp->err != WPAD_ERR_NONE ) { in read_kpad_acc()
793 if ( wp->err != WPAD_ERR_NONE ) { in read_kpad_acc()
1415 if ( fp->err != WPAD_ERR_NONE ) { in read_kpad_dpd()
1430 if ( cp->err != WPAD_ERR_NONE ) { in read_kpad_dpd()
1446 if ( wp->err != WPAD_ERR_NONE ) { in read_kpad_dpd()
[all …]
/RvlSDK-2.1/build/libraries/wpad/src/
DWPADClamp.c112 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampStick()
226 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampTrigger()
281 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampAcc()
/RvlSDK-2.1/include/revolution/
Dwpad.h375 #define WPAD_ERR_NONE 0 macro