Searched refs:systemTimerNotifyCallback (Results 1 – 4 of 4) sorted by relevance
35 reinterpret_cast<time_osal_notify_obj_ptr>(systemTimerNotifyCallback), in init()79 void SystemTimerBase::systemTimerNotifyCallback(timer_cb_data_type data) { in systemTimerNotifyCallback() function in chre::SystemTimerBase
39 void SystemTimerBase::systemTimerNotifyCallback(union sigval cookie) { in systemTimerNotifyCallback() function in chre::SystemTimerBase63 sigevt.sigev_notify_function = systemTimerNotifyCallback; in init()
40 static void systemTimerNotifyCallback(timer_cb_data_type data);
38 static void systemTimerNotifyCallback(union sigval cookie);