Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/audio/
Daudio_hw.c537 bool mic_muted = false; in in_get_active_microphones() local
538 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() local
710 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()