Home
last modified time | relevance | path

Searched refs:chreUserSettingConfigureEvents (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/apps/audio_world/
H A Daudio_world.cc175 chreUserSettingConfigureEvents(CHRE_USER_SETTING_MICROPHONE, in nanoappStart()
210 chreUserSettingConfigureEvents(CHRE_USER_SETTING_MICROPHONE, in nanoappEnd()
/aosp12/system/chre/platform/shared/
H A Dchre_api_user_settings.cc32 DLL_EXPORT void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents() function
H A Dnanoapp_loader.cc232 ADD_EXPORTED_C_SYMBOL(chreUserSettingConfigureEvents),
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Duser_settings.h129 void chreUserSettingConfigureEvents(uint8_t setting, bool enable);
/aosp12/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc335 void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents() function
336 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreUserSettingConfigureEvents); in chreUserSettingConfigureEvents()