Searched refs:SDL_JoystickInstanceID (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testjoystick.c | 62 SDL_Log("Our instance ID is %d\n", (int) SDL_JoystickInstanceID(joystick)); in loop() 218 SDL_Log("Watching joystick %d: (%s)\n", SDL_JoystickInstanceID(joystick), in WatchJoystick() 268 SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick); 275 SDL_Log("instance id: %d\n", SDL_JoystickInstanceID(joystick)); 297 SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick); 325 … SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick);
|
D | testgamecontroller.c | 298 …SDL_assert(SDL_GameControllerFromInstanceID(SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(g… in main() 327 …SDL_assert(SDL_GameControllerFromInstanceID(SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(g… in main()
|
D | controllermap.c | 162 SDL_Log("Watching joystick %d: (%s)\n", SDL_JoystickInstanceID(joystick), in WatchJoystick() 369 SDL_Log("instance id: %d\n", SDL_JoystickInstanceID(joystick));
|
D | testhotplug.c | 81 instance = SDL_JoystickInstanceID(joystick); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_joystick.h | 149 extern DECLSPEC SDL_JoystickID SDLCALL SDL_JoystickInstanceID(SDL_Joystick * joystick);
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_joystick.c | 368 SDL_JoystickInstanceID(SDL_Joystick * joystick) in SDL_JoystickInstanceID() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 210 #define SDL_JoystickInstanceID SDL_JoystickInstanceID_REAL macro
|
D | SDL_dynapi_procs.h | 239 SDL_DYNAPI_PROC(SDL_JoystickID,SDL_JoystickInstanceID,(SDL_Joystick *a),(a),return)
|