Searched refs:mic_muted (Results 1 – 1 of 1) sorted by relevance
537 bool mic_muted = false; in in_get_active_microphones() local538 adev_get_mic_mute(dev, &mic_muted); in in_get_active_microphones()539 if ((in->source == AUDIO_SOURCE_ECHO_REFERENCE) || mic_muted) { in in_get_active_microphones()709 bool mic_muted = false; in in_read() local710 adev_get_mic_mute((struct audio_hw_device*)adev, &mic_muted); in in_read()711 if (mic_muted) { in in_read()721 if (!mic_muted) { in in_read()