Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dvoice.h85 bool voice_get_mic_mute(struct audio_device *dev);
Dvoice.c144 if (audio_extn_tfa_98xx_is_supported() && voice_get_mic_mute(adev)) { in voice_stop_usecase()
383 bool voice_get_mic_mute(struct audio_device *adev) in voice_get_mic_mute() function
Daudio_hw.c5782 *state = voice_get_mic_mute((struct audio_device *)dev); in adev_get_mic_mute()
/hardware/qcom/audio/hal/audio_extn/
Dhfp.c401 if (voice_get_mic_mute(adev)) { in stop_hfp()