Searched refs:WPAD_ERR_NONE (Results 1 – 13 of 13) sorted by relevance
232 case WPAD_ERR_NONE: in connectCallback()530 if( wpad_ptr->err == WPAD_ERR_NONE || wpad_ptr->err == WPAD_ERR_CORRUPTED ) in renderStatus()546 if( fs_ptr->err == WPAD_ERR_NONE ) in renderStatus()553 if( fs_ptr->err == WPAD_ERR_NONE ) in renderStatus()572 if( cl_ptr->err == WPAD_ERR_NONE ) in renderStatus()592 if( cl_ptr->err == WPAD_ERR_NONE ) in renderStatus()655 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in get_status_name()722 if (WPAD_ERR_NONE == co_ptr[index].err) in renderAimings()743 if (WPAD_ERR_NONE == fs_ptr[index].err || WPAD_ERR_CORRUPTED == fs_ptr[index].err) in renderAimings()764 if (WPAD_ERR_NONE == cl_ptr[index].err || WPAD_ERR_CORRUPTED == cl_ptr[index].err) in renderAimings()
523 if (reason == WPAD_ERR_NONE) in connectCallback()855 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in getErrName()1146 if (wpad.err == WPAD_ERR_NONE || wpad.err == WPAD_ERR_CORRUPTED) in renderStatus()1161 if (wpad.err == WPAD_ERR_NONE || wpad.err == WPAD_ERR_CORRUPTED) in renderStatus()1172 if (wpad.err == WPAD_ERR_NONE || wpad.err == WPAD_ERR_CORRUPTED) in renderStatus()1207 if (fs->err == WPAD_ERR_NONE) in renderStatus()1214 if (fs->err == WPAD_ERR_NONE) in renderStatus()1225 if (fs->err == WPAD_ERR_NONE) in renderStatus()1247 if (cl->err == WPAD_ERR_NONE) in renderStatus()1267 if (cl->err == WPAD_ERR_NONE) in renderStatus()[all …]
217 if (ep->err == WPAD_ERR_NONE) in RenderObjects()245 if (result == WPAD_ERR_NONE) in dpdCallback()293 if (reason == WPAD_ERR_NONE) in ConnectCallback()
130 if (reason == WPAD_ERR_NONE) in ConnectCallback()217 if (result == WPAD_ERR_NONE) in memory()
382 if (result == WPAD_ERR_NONE) in SpeakerCallback()389 info[chan].Speakers.status = WPAD_ERR_NONE; in SpeakerCallback()422 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
546 if (result == WPAD_ERR_NONE) in SpeakerCallback()584 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()613 if (result == WPAD_ERR_NONE) in MuteOnCallback()627 if (result == WPAD_ERR_NONE) in MuteOffCallback()
353 if (result == WPAD_ERR_NONE) in SpeakerCallback()374 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
581 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 …]
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()
213 if(WPAD_ERR_NONE == WPADProbe(WPAD_CHAN0, &type)) in main()
536 if (up->u.core.err == WPAD_ERR_NONE) { in draw_object()807 if ( kpads[0][0].wpad_err == WPAD_ERR_NONE && kpads[0][0].dev_type == WPAD_DEV_CLASSIC ) { in draw_sample()851 if (kpads[0][cx].wpad_err == WPAD_ERR_NONE) { in draw_sample()884 if (kpads[0][cx].wpad_err == WPAD_ERR_NONE) { in draw_sample()
856 if ( uwp->u.fs.err != WPAD_ERR_NONE || in read_kpad_acc()1767 KPADiControlDpdCallback( chan, WPAD_ERR_NONE ) ; in KPADRead()1862 case WPAD_ERR_NONE : in KPADRead()1914 if ( uwp->u.core.err == WPAD_ERR_NONE || in KPADRead()1924 case WPAD_ERR_NONE : in KPADRead()2179 == WPAD_ERR_NONE ) { in KPADiSamplingCallback()2199 if ( result == WPAD_ERR_NONE ) { in KPADiControlDpdCallback()
466 #define WPAD_ERR_NONE 0 macro