Searched refs:SDL_TimerID (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_timer.h | 89 typedef int SDL_TimerID; typedef 96 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, 107 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 171 static SDL_TimerID 175 SDL_TimerID timerID; in SDLTest_SetTestTimeout() 232 SDL_TimerID timer = 0; in SDLTest_RunTest()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testtimer.c | 44 SDL_TimerID t1, t2, t3; in main()
|
A D | testautomation_timer.c | 127 SDL_TimerID id; in timer_addRemoveTimer()
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 278 SDL_TimerID 342 SDL_RemoveTimer(SDL_TimerID id) in SDL_RemoveTimer()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 516 SDL_DYNAPI_PROC(SDL_TimerID,SDL_AddTimer,(Uint32 a, SDL_TimerCallback b, void *c),(a,b,c),return) 517 SDL_DYNAPI_PROC(SDL_bool,SDL_RemoveTimer,(SDL_TimerID a),(a),return)
|
Completed in 8 milliseconds