Searched defs:TimerCallback (Results 1 – 4 of 4) sorted by relevance
22 using TimerCallback = void (*)(int32_t idEvent); variable
75 static void TimerCallback(void* arg, grpc_error_handle error) { in TimerCallback() function in grpc_core::TimerState
488 void GestureInterpreter::TimerCallback(stime_t now, stime_t* timeout) { in TimerCallback() function in GestureInterpreter
341 typedef void (*TimerCallback)(int idEvent); typedef