Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/core/
H A 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
345 NestedDataPtr<TimerHandle> timerHandle(data); in handleTimerExpiredCallback() local
/aosp_15_r20/system/chre/core/include/chre/core/
H A Dtimer_pool.h99 bool cancelNanoappTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) { in cancelNanoappTimer()
118 bool cancelSystemTimer(TimerHandle timerHandle) { in cancelSystemTimer()
130 TimerHandle timerHandle; member
H A Devent_loop_manager.h192 bool cancelDelayedCallback(TimerHandle timerHandle) { in cancelDelayedCallback()
/aosp_15_r20/system/chre/apps/test/common/chre_stress_test/src/
H A 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()
/aosp_15_r20/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
/aosp_15_r20/system/chre/apps/timer_world/
H A Dtimer_world.cc49 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp_15_r20/system/chre/apps/unload_tester/
H A Dunload_tester.cc58 uint32_t timerHandle = in nanoappStart() local
/aosp_15_r20/system/chre/apps/wwan_world/
H A Dwwan_world.cc47 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp_15_r20/system/chre/apps/test/chqts/src/general_test/
H A Dbasic_flush_async_test.cc190 const uint32_t *timerHandle) { in handleTimerExpired()
H A Dbasic_wifi_test.cc411 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleEvent() local
/aosp_15_r20/hardware/google/aemu/windows/src/
Dtime.cpp70 HANDLE timerHandle = 0; in nanosleep() member
/aosp_15_r20/system/chre/apps/wifi_world/
H A Dwifi_world.cc334 const uint32_t *timerHandle = static_cast<const uint32_t *>(eventData); in handleTimerEvent() local
/aosp_15_r20/frameworks/av/media/utils/
H A DTimeCheck.cpp228 [ timeCheckHandler = mTimeCheckHandler ](TimerThread::Handle timerHandle) { in __anon2392a1780102()