Home
last modified time | relevance | path

Searched refs:configureHostSleepEvents (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h151 void configureHostSleepEvents(bool enable);
/aosp12/system/chre/platform/shared/
H A Dchre_api_core.cc133 nanoapp->configureHostSleepEvents(enable); in chreConfigureHostSleepStateEvents()
/aosp12/system/chre/core/
H A Dnanoapp.cc98 void Nanoapp::configureHostSleepEvents(bool enable) { in configureHostSleepEvents() function in chre::Nanoapp