Searched refs:CHRE_USER_SETTING_MICROPHONE (Results 1 – 2 of 2) sorted by relevance
135 if (event->setting != CHRE_USER_SETTING_MICROPHONE) { in handleAudioSettingChangedNotification()172 int8_t settingState = chreUserSettingGetState(CHRE_USER_SETTING_MICROPHONE); in nanoappStart()175 chreUserSettingConfigureEvents(CHRE_USER_SETTING_MICROPHONE, in nanoappStart()210 chreUserSettingConfigureEvents(CHRE_USER_SETTING_MICROPHONE, in nanoappEnd()
51 #define CHRE_USER_SETTING_MICROPHONE UINT8_C(3) macro