Home
last modified time | relevance | path

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

/chre-3.4.0/core/
Dtimer_pool.cc37 TimerHandle timerHandle = in setSystemTimer() local
81 bool TimerPool::cancelTimer(uint32_t instanceId, TimerHandle timerHandle) { in cancelTimer()
108 TimerHandle timerHandle, size_t *index) { in getTimerRequestByTimerHandleLocked()
126 TimerHandle timerHandle; in generateTimerHandleLocked() local
144 TimerHandle timerHandle = mLastTimerHandle; in generateUniqueTimerHandleLocked() local
/chre-3.4.0/core/include/chre/core/
Dtimer_pool.h95 bool cancelNanoappTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) { in cancelNanoappTimer()
106 bool cancelSystemTimer(TimerHandle timerHandle) { in cancelSystemTimer()
117 TimerHandle timerHandle; member
Devent_loop_manager.h195 bool cancelDelayedCallback(TimerHandle timerHandle) { in cancelDelayedCallback()
/chre-3.4.0/apps/host_awake_world/
Dhost_awake_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/chre-3.4.0/apps/timer_world/
Dtimer_world.cc48 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/chre-3.4.0/apps/unload_tester/
Dunload_tester.cc58 uint32_t timerHandle = in nanoappStart() local
/chre-3.4.0/apps/test/chqts/src/general_test/
Dbasic_flush_async_test.cc182 const uint32_t *timerHandle) { in handleTimerExpired()
/chre-3.4.0/apps/wwan_world/
Dwwan_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/chre-3.4.0/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc425 void Manager::setTimer(uint64_t delayNs, bool oneShot, uint32_t *timerHandle) { in setTimer()
432 void Manager::cancelTimer(uint32_t *timerHandle) { in cancelTimer()
/chre-3.4.0/apps/wifi_world/
Dwifi_world.cc337 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local