Searched refs:WPAD_ERR_NONE (Results 1 – 13 of 13) sorted by relevance
184 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()
129 if (WPAD_ERR_NONE == status) in main()278 if(s_ringBuf[index].err == WPAD_ERR_NONE) in renderAimings()
332 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()
227 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()
215 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()
135 if (WPAD_ERR_NONE == status) in main()
309 case WPAD_ERR_NONE: in renderStatus()
101 if (WPAD_ERR_NONE == status) in main()
145 if(WPAD_ERR_NONE == status) in main()
129 if (WPAD_ERR_NONE == status) in main()
292 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 …]
112 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()
375 #define WPAD_ERR_NONE 0 macro