Home
last modified time | relevance | path

Searched refs:SDL_TimerID (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_timer.h89 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 DSDL_test_harness.c171 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 Dtesttimer.c44 SDL_TimerID t1, t2, t3; in main()
A Dtestautomation_timer.c127 SDL_TimerID id; in timer_addRemoveTimer()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c278 SDL_TimerID
342 SDL_RemoveTimer(SDL_TimerID id) in SDL_RemoveTimer()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h516 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