HomeSort by relevance Sort by last modified time
    Searched refs:SDL_RemoveTimer (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 107 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 107 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 107 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_timer.h 110 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 107 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 132 SDL_RemoveTimer
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c 206 SDL_bool SDL_RemoveTimer(SDL_TimerID id)
229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID());

Completed in 688 milliseconds