Home
last modified time | relevance | path

Searched refs:chreIsHostAwake (Results 1 – 6 of 6) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dhost_awake_suspend_test.cc42 if (!chreIsHostAwake()) { in setUp()
/system/chre/apps/host_awake_world/
Dhost_awake_world.cc50 if (chreIsHostAwake()) { in handleTimerEvent()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc162 bool chreIsHostAwake(void) { in chreIsHostAwake() function
163 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreIsHostAwake); in chreIsHostAwake()
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h552 bool chreIsHostAwake(void);
/system/chre/chre_api/include/chre_api/chre/
Devent.h552 bool chreIsHostAwake(void);
/system/chre/platform/shared/
Dchre_api_core.cc125 DLL_EXPORT bool chreIsHostAwake() { in chreIsHostAwake() function