Home
last modified time | relevance | path

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

/aosp12/system/chre/core/
H A 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
/aosp12/system/chre/core/include/chre/core/
H A Dtimer_pool.h95 bool cancelNanoappTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) { in cancelNanoappTimer()
106 bool cancelSystemTimer(TimerHandle timerHandle) { in cancelSystemTimer()
117 TimerHandle timerHandle; member
H A Devent_loop_manager.h194 bool cancelDelayedCallback(TimerHandle timerHandle) { in cancelDelayedCallback()
/aosp12/system/chre/apps/host_awake_world/
H A Dhost_awake_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp12/system/chre/apps/timer_world/
H A Dtimer_world.cc48 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp12/system/chre/apps/unload_tester/
H A Dunload_tester.cc58 uint32_t timerHandle = in nanoappStart() local
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dbasic_flush_async_test.cc182 const uint32_t *timerHandle) { in handleTimerExpired()
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A 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()
/aosp12/system/chre/apps/wifi_world/
H A Dwifi_world.cc337 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local