Home
last modified time | relevance | path

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

/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/chqts/src/general_test/
Destimated_host_time_test.cc51 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_stress_test.cc147 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_cancel_test.cc141 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
Dheap_exhaustion_stability_test.cc221 if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dwwan_cell_info_test.cc73 } else if (eventType == CHRE_EVENT_TIMER) { in handleEvent()
Dtimer_set_test.cc169 if (eventType != CHRE_EVENT_TIMER) { in handleEvent()
/system/chre/apps/unload_tester/
Dunload_tester.cc84 } else if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
/system/chre/chre_api/include/chre_api/chre/
Devent.h83 #define CHRE_EVENT_TIMER UINT16_C(0x0002) macro
/system/chre/build/app_support/qcom_nanohub/
Dapp_support.cc143 evt = CHRE_EVENT_TIMER; in chreappHandle()
/system/chre/apps/gnss_world/
Dgnss_world.cc184 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/ash_world/
Dash_world.cc152 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/chqts/src/busy_startup/
Dbusy_startup.cc139 if (eventType == CHRE_EVENT_TIMER) { in nanoappHandleEvent()
/system/chre/apps/wifi_world/
Dwifi_world.cc231 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/apps/wwan_world/
Dwwan_world.cc161 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/core/
Dtimer_pool.cc177 success = mEventLoop.postEvent(CHRE_EVENT_TIMER, in handleExpiredTimersAndScheduleNext()