Home
last modified time | relevance | path

Searched refs:CHRE_EVENT_TIMER (Results 1 – 25 of 29) sorted by relevance

12

/system/chre/apps/host_awake_world/
Dhost_awake_world.cc62 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/timer_world/
Dtimer_world.cc63 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_0/chre/
Devent.h83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/apps/test/chqts/src/general_test/
Destimated_host_time_test.cc50 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_stress_test.cc146 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_cancel_test.cc141 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
Dbasic_flush_async_test.cc92 case CHRE_EVENT_TIMER: in handleEvent()
Dwwan_cell_info_test.cc71 } else if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dheap_exhaustion_stability_test.cc218 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_set_test.cc169 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
/system/chre/chre_api/legacy/v1_1/chre/
Devent.h83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/apps/unload_tester/
Dunload_tester.cc86 } else if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_3/chre/
Devent.h83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/chre_api/legacy/v1_4/chre/
Devent.h85 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/build/app_support/qcom_nanohub/
Dapp_support.cc139 evt = CHRE_EVENT_TIMER; in chreappHandle()
/system/chre/chre_api/include/chre_api/chre/
Devent.h96 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/apps/test/pts/audio_enable_disable_test/src/
Daudio_enable_disable_test.cc187 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/power_test/common/
Dpower_test.cc86 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/test/chqts/src/busy_startup/
Dbusy_startup.cc145 if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
/system/chre/apps/audio_stress_test/
Daudio_stress_test.cc220 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc147 case CHRE_EVENT_TIMER: in handleDataFromChre()
/system/chre/apps/gnss_world/
Dgnss_world.cc281 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/wwan_world/
Dwwan_world.cc191 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/core/
Dtimer_pool.cc237 CHRE_EVENT_TIMER, const_cast<void *>(currentTimerRequest.cookie), in handleExpiredTimersAndScheduleNextLocked()

12