Home
last modified time | relevance | path

Searched refs:WPAD_ERR_NO_CONTROLLER (Results 1 – 11 of 11) sorted by relevance

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c543 if ( fp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_button()
558 if ( cp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_button()
574 if ( wp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_button()
779 if ( fp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_acc()
795 if ( wp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_acc()
1417 if ( fp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_dpd()
1432 if ( cp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_dpd()
1448 if ( wp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_dpd()
1650 if ( fp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_stick()
1664 if ( cp->err == WPAD_ERR_NO_CONTROLLER ) { in read_kpad_stick()
[all …]
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsync-callback.c312 case WPAD_ERR_NO_CONTROLLER: in renderStatus()
Ddistance.c187 if (WPAD_ERR_NO_CONTROLLER == stat->err) in renderStatus()
Dsimple.c322 if (WPAD_ERR_NO_CONTROLLER == stat->err) in renderStatus()
Dsampling.c241 if (WPAD_ERR_NO_CONTROLLER == stat->err) in renderStatus()
Dhandling.c245 case WPAD_ERR_NO_CONTROLLER: in connectCallback()
673 case WPAD_ERR_NO_CONTROLLER: in get_status_name()
Dpointing.c267 if (WPAD_ERR_NO_CONTROLLER == stat->err) in renderStatus()
Dwpad_seqdemo.c497 (info[chan].status == WPAD_ERR_NO_CONTROLLER) ? "--" : in RenderControllerStatus()
Dwpad_spdemo.c621 (info[chan].status == WPAD_ERR_NO_CONTROLLER) ? "--" : in RenderControllerStatus()
Dwpad_axdemo.c894 (info[chan].status == WPAD_ERR_NO_CONTROLLER) ? "--" : in RenderControllerStatus()
/RvlSDK-2.1/include/revolution/
Dwpad.h376 #define WPAD_ERR_NO_CONTROLLER -1 macro