Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c416 struct audio_usecase *hfp_usecase = NULL; in audio_extn_hfp_is_active() local
417 hfp_usecase = get_usecase_from_list(adev, hfpmod.ucid); in audio_extn_hfp_is_active()
419 if (hfp_usecase != NULL) in audio_extn_hfp_is_active()
/hardware/qcom/audio/hal/
Daudio_hw.c1603 struct audio_usecase *hfp_usecase = NULL; in select_devices_with_force_switch() local
1644 hfp_usecase = get_usecase_from_list(adev, hfp_ucid); in select_devices_with_force_switch()
1645 if (hfp_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) { in select_devices_with_force_switch()
1646 in_snd_device = hfp_usecase->in_snd_device; in select_devices_with_force_switch()
1647 out_snd_device = hfp_usecase->out_snd_device; in select_devices_with_force_switch()