Searched defs:systemTimerNotifyCallback (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/slpi/
H A Dsystem_timer.cc38 reinterpret_cast<utimer_osal_notify_obj_ptr>(systemTimerNotifyCallback),
43 reinterpret_cast<time_osal_notify_obj_ptr>(systemTimerNotifyCallback),
92 void SystemTimerBase::systemTimerNotifyCallback(SlpiTimerCallbackDataType data) { function in class:chre::SystemTimerBase
/system/chre/platform/linux/
H A Dsystem_timer.cc39 void SystemTimerBase::systemTimerNotifyCallback(union sigval cookie) { function in class:chre::SystemTimerBase
63 sigevt.sigev_notify_function = systemTimerNotifyCallback;

Completed in 223 milliseconds