Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_timer.c107 Uint32 SDLCALL _timerTestCallback(Uint32 interval, void *param) in _timerTestCallback() function
136 id = SDL_AddTimer(10000, _timerTestCallback, NULL); in timer_addRemoveTimer()
158 id = SDL_AddTimer(10, _timerTestCallback, (void *)&param); in timer_addRemoveTimer()

Completed in 4 milliseconds