Home
last modified time | relevance | path

Searched refs:CHRE_EVENT_TIMER (Results 1 – 6 of 6) 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/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/wifi_world/
Dwifi_world.cc207 case CHRE_EVENT_TIMER: in nanoappHandleEvent()
/system/chre/core/
Dtimer_pool.cc171 mEventLoop.postEvent(CHRE_EVENT_TIMER, in handleExpiredTimersAndScheduleNext()