Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dsystem_timer.cc38 reinterpret_cast<utimer_osal_notify_obj_ptr>(systemTimerNotifyCallback), in init()
43 reinterpret_cast<time_osal_notify_obj_ptr>(systemTimerNotifyCallback), in init()
93 void SystemTimerBase::systemTimerNotifyCallback( in systemTimerNotifyCallback() function in chre::SystemTimerBase
/system/chre/platform/linux/include/chre/target_platform/
Dsystem_timer_base.h39 static void systemTimerNotifyCallback(union sigval cookie);
/system/chre/platform/linux/
Dsystem_timer.cc39 void SystemTimerBase::systemTimerNotifyCallback(union sigval cookie) { in systemTimerNotifyCallback() function in chre::SystemTimerBase
63 sigevt.sigev_notify_function = systemTimerNotifyCallback; in init()
/system/chre/platform/slpi/include/chre/target_platform/
Dsystem_timer_base.h67 static void systemTimerNotifyCallback(SlpiTimerCallbackDataType data);