Home
last modified time | relevance | path

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

/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h143 void configureNanoappInfoEvents(bool enable);
/aosp12/system/chre/platform/shared/
H A Dchre_api_core.cc128 nanoapp->configureNanoappInfoEvents(enable); in chreConfigureNanoappInfoEvents()
/aosp12/system/chre/core/
H A Dnanoapp.cc88 void Nanoapp::configureNanoappInfoEvents(bool enable) { in configureNanoappInfoEvents() function in chre::Nanoapp