Home
last modified time | relevance | path

Searched refs:SDL_JoystickInstanceID (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestjoystick.c62 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);
Dtestgamecontroller.c298 …SDL_assert(SDL_GameControllerFromInstanceID(SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(g… in main()
327 …SDL_assert(SDL_GameControllerFromInstanceID(SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(g… in main()
Dcontrollermap.c162 SDL_Log("Watching joystick %d: (%s)\n", SDL_JoystickInstanceID(joystick), in WatchJoystick()
369 SDL_Log("instance id: %d\n", SDL_JoystickInstanceID(joystick));
Dtesthotplug.c81 instance = SDL_JoystickInstanceID(joystick); in main()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h149 extern DECLSPEC SDL_JoystickID SDLCALL SDL_JoystickInstanceID(SDL_Joystick * joystick);
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick.c368 SDL_JoystickInstanceID(SDL_Joystick * joystick) in SDL_JoystickInstanceID() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h210 #define SDL_JoystickInstanceID SDL_JoystickInstanceID_REAL macro
DSDL_dynapi_procs.h239 SDL_DYNAPI_PROC(SDL_JoystickID,SDL_JoystickInstanceID,(SDL_Joystick *a),(a),return)