/system/chre/apps/host_awake_world/ |
D | host_awake_world.cc | 62 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/apps/timer_world/ |
D | timer_world.cc | 63 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | event.h | 83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/apps/test/chqts/src/general_test/ |
D | estimated_host_time_test.cc | 50 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
|
D | timer_stress_test.cc | 146 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
|
D | timer_cancel_test.cc | 141 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
|
D | basic_flush_async_test.cc | 92 case CHRE_EVENT_TIMER: in handleEvent()
|
D | wwan_cell_info_test.cc | 71 } else if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
|
D | heap_exhaustion_stability_test.cc | 218 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
|
D | timer_set_test.cc | 169 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | event.h | 83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 86 } else if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | event.h | 83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | event.h | 83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | event.h | 85 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/build/app_support/qcom_nanohub/ |
D | app_support.cc | 139 evt = CHRE_EVENT_TIMER; in chreappHandle()
|
/system/chre/chre_api/include/chre_api/chre/ |
D | event.h | 96 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
|
/system/chre/apps/test/pts/audio_enable_disable_test/src/ |
D | audio_enable_disable_test.cc | 187 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/apps/power_test/common/ |
D | power_test.cc | 86 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/apps/test/chqts/src/busy_startup/ |
D | busy_startup.cc | 145 if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
|
/system/chre/apps/audio_stress_test/ |
D | audio_stress_test.cc | 220 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/apps/test/common/chre_audio_concurrency_test/src/ |
D | chre_audio_concurrency_test_manager.cc | 147 case CHRE_EVENT_TIMER: in handleDataFromChre()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 281 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 191 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
|
/system/chre/core/ |
D | timer_pool.cc | 237 CHRE_EVENT_TIMER, const_cast<void *>(currentTimerRequest.cookie), in handleExpiredTimersAndScheduleNextLocked()
|