Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dchre_api_user_settings.cc35 nanoapp->configureUserSettingEvent(setting, enable); in chreUserSettingConfigureEvents()
/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h171 void configureUserSettingEvent(uint8_t setting, bool enable);
/aosp12/system/chre/core/
H A Dnanoapp.cc116 void Nanoapp::configureUserSettingEvent(uint8_t setting, bool enable) { in configureUserSettingEvent() function in chre::Nanoapp