Home
last modified time | relevance | path

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

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