Searched refs:SystemTimerBase (Results 1 - 5 of 5) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dsystem_timer.h44 class SystemTimer : public SystemTimerBase,
96 // We make SystemTimerBase a friend to allow the base platform class to
98 friend class SystemTimerBase;
/system/chre/platform/linux/include/chre/target_platform/
H A Dsystem_timer_base.h29 class SystemTimerBase { class in namespace:chre
/system/chre/platform/slpi/include/chre/target_platform/
H A Dsystem_timer_base.h58 class SystemTimerBase { class in namespace:chre
/system/chre/platform/linux/
H A Dsystem_timer.cc39 void SystemTimerBase::systemTimerNotifyCallback(union sigval cookie) {
118 bool SystemTimerBase::setInternal(uint64_t delayNs) {
/system/chre/platform/slpi/
H A Dsystem_timer.cc92 void SystemTimerBase::systemTimerNotifyCallback(SlpiTimerCallbackDataType data) {

Completed in 87 milliseconds