Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Daudio_extn.h58 #define audio_extn_hfp_is_active(adev) (0) macro
64 bool audio_extn_hfp_is_active(struct audio_device *adev);
Dtfa_98xx.c200 if ((mode == AUDIO_MODE_IN_CALL) || audio_extn_hfp_is_active(data->adev)) { in tfa_98xx_get_audio_mode()
201 if (audio_extn_hfp_is_active(data->adev)) { in tfa_98xx_get_audio_mode()
Dhfp.c414 bool audio_extn_hfp_is_active(struct audio_device *adev) in audio_extn_hfp_is_active() function
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1800 if (audio_extn_hfp_is_active(adev))
1812 if (audio_extn_hfp_is_active(adev))
1938 if (mode == AUDIO_MODE_IN_CALL || audio_extn_hfp_is_active(adev)) {
1972 if (audio_extn_hfp_is_active(adev))
2183 audio_extn_hfp_is_active(adev))) {
2211 if (audio_extn_hfp_is_active(adev))
2219 if (audio_extn_hfp_is_active(adev))
2249 if (audio_extn_hfp_is_active(adev)) {
/hardware/qcom/audio/hal/msm8974/
Dplatform.c2957 if (voice_is_in_call(adev) || adev->enable_voicerx || audio_extn_hfp_is_active(adev)) { in platform_get_output_snd_device()
3225 audio_extn_hfp_is_active(adev))) { in platform_get_input_snd_device()
/hardware/qcom/audio/hal/
Daudio_hw.c1642 } else if (audio_extn_hfp_is_active(adev)) { in select_devices_with_force_switch()
5884 (audio_extn_hfp_is_active(adev) || voice_is_in_call(adev))) in adev_open_input_stream()