Searched refs:CHRE_EVENT_HOST_AWAKE (Results 1 - 5 of 5) sorted by relevance

/system/chre/platform/slpi/see/
H A Dpower_control_manager.cc35 mHostIsAwake ? CHRE_EVENT_HOST_AWAKE : CHRE_EVENT_HOST_ASLEEP,
/system/chre/apps/host_awake_world/
H A Dhost_awake_world.cc67 case CHRE_EVENT_HOST_AWAKE:
/system/chre/core/
H A Dnanoapp.cc73 registerForBroadcastEvent(CHRE_EVENT_HOST_AWAKE);
76 unregisterForBroadcastEvent(CHRE_EVENT_HOST_AWAKE);
/system/chre/platform/slpi/smgr/
H A Dpower_control_manager.cc72 .postEvent(CHRE_EVENT_HOST_AWAKE, nullptr, nullptr);
/system/chre/chre_api/include/chre_api/chre/
H A Devent.h119 #define CHRE_EVENT_HOST_AWAKE UINT16_C(0x0005) macro
514 * processor) transitions between wake and sleep, via CHRE_EVENT_HOST_AWAKE and
533 * @see CHRE_EVENT_HOST_AWAKE
542 * Note that, as with the CHRE_EVENT_HOST_AWAKE and CHRE_EVENT_HOST_ASLEEP

Completed in 160 milliseconds