Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dutils.c129 if (usecase->type != PCM_HFP_CALL) { in audio_extn_utils_send_app_type_cfg_hfp()
151 if (usecase->type == PCM_HFP_CALL) { in audio_extn_utils_send_app_type_cfg_hfp()
354 if (usecase->type == PCM_HFP_CALL) { in audio_extn_utils_send_app_type_cfg()
Dhfp.c261 uc_info->type = PCM_HFP_CALL; in start_hfp()
/hardware/qcom/audio/hal/
Daudio_hw.h277 PCM_HFP_CALL, enumerator
Daudio_hw.c1280 (usecase->type == PCM_HFP_CALL)) { in select_devices()