HomeSort by relevance Sort by last modified time
    Searched full:device_index (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c 76 const char *SDL_JoystickName(int device_index)
78 if ( (device_index < 0) || (device_index >= SDL_numjoysticks) ) {
83 return(SDL_SYS_JoystickName(device_index));
93 SDL_Joystick *SDL_JoystickOpen(int device_index)
98 if ( (device_index < 0) || (device_index >= SDL_numjoysticks) ) {
106 if ( device_index == SDL_joysticks[i]->index ) {
117 joystick->index = device_index;
179 int SDL_JoystickOpened(int device_index)
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 32 int device_index; member in struct:MtdPartition
102 p->device_index = -1;
144 p->device_index = mtdnum;
182 if (p->device_index >= 0 && p->name != NULL) {
200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index);
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
385 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_joystick.h 58 extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
67 extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
72 extern DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_joystick.h 58 extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
67 extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
72 extern DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_joystick.h 58 extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
67 extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
72 extern DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_joystick.h 62 extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
71 extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
76 extern DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index);
  /prebuilt/windows/sdl/include/SDL/
SDL_joystick.h 58 extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
67 extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
72 extern DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 49 static SDL_VideoDevice* QZ_CreateDevice (int device_index);
99 static SDL_VideoDevice* QZ_CreateDevice (int device_index) {
101 #pragma unused (device_index)
    [all...]

Completed in 810 milliseconds