Home
last modified time | relevance | path

Searched defs:timerHandle (Results 1 – 11 of 11) sorted by relevance

/system/chre/core/
Dtimer_pool.cc47 TimerHandle timerHandle = in setSystemTimer() local
116 bool TimerPool::cancelTimer(uint16_t instanceId, TimerHandle timerHandle) { in cancelTimer()
137 TimerHandle timerHandle, size_t *index) { in getTimerRequestByTimerHandleLocked()
155 TimerHandle timerHandle; in generateTimerHandleLocked() local
173 TimerHandle timerHandle = mLastTimerHandle; in generateUniqueTimerHandleLocked() local
344 NestedDataPtr<TimerHandle> timerHandle(data); in handleTimerExpiredCallback() local
/system/chre/core/include/chre/core/
Dtimer_pool.h99 bool cancelNanoappTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) { in cancelNanoappTimer()
118 bool cancelSystemTimer(TimerHandle timerHandle) { in cancelSystemTimer()
130 TimerHandle timerHandle; member
Devent_loop_manager.h194 bool cancelDelayedCallback(TimerHandle timerHandle) { in cancelDelayedCallback()
/system/chre/apps/host_awake_world/
Dhost_awake_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/system/chre/apps/timer_world/
Dtimer_world.cc49 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/system/chre/apps/unload_tester/
Dunload_tester.cc58 uint32_t timerHandle = in nanoappStart() local
/system/chre/apps/wwan_world/
Dwwan_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/system/chre/apps/test/chqts/src/general_test/
Dbasic_flush_async_test.cc192 const uint32_t *timerHandle) { in handleTimerExpired()
Dbasic_wifi_test.cc409 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleEvent() local
/system/chre/apps/wifi_world/
Dwifi_world.cc334 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc692 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer()
699 void Manager::cancelTimer(uint32_t *timerHandle) { in cancelTimer()