Searched refs:USECASE_VOICE_CALL (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.c | 105 usecase_id = USECASE_VOICE_CALL; in voice_extn_get_usecase_for_session_idx() 384 case USECASE_VOICE_CALL: in voice_extn_get_session_from_use_case()
|
/hardware/qcom/audio/hal/ |
D | voice.c | 442 ret = voice_start_usecase(adev, USECASE_VOICE_CALL); in voice_start_call() 455 ret = voice_stop_usecase(adev, USECASE_VOICE_CALL); in voice_stop_call()
|
D | audio_hw.h | 103 USECASE_VOICE_CALL, /* Usecase setup for voice session on first subscription for DSDS/DSDA */ enumerator
|
D | audio_hw.c | 296 [USECASE_VOICE_CALL] = "voice-call", 2208 if (usecase->id == USECASE_VOICE_CALL) { in allow_hdmi_channel_config()
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 111 [USECASE_VOICE_CALL] = {12, 12},
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 187 [USECASE_VOICE_CALL] = {VOICE_CALL_PCM_DEVICE, VOICE_CALL_PCM_DEVICE}, 541 {TO_NAME_INDEX(USECASE_VOICE_CALL)},
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 219 [USECASE_VOICE_CALL] = {VOICE_CALL_PCM_DEVICE, 698 {TO_NAME_INDEX(USECASE_VOICE_CALL)},
|