Searched refs:lch_mode (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/audio/msm8909/hal/voice_extn/ |
D | voice_extn.c | 151 enum voice_lch_mode lch_mode; in update_calls() local 187 lch_mode = VOICE_LCH_STOP; in update_calls() 188 ret = platform_update_lch(adev->platform, session, lch_mode); in update_calls() 235 lch_mode = VOICE_LCH_STOP; in update_calls() 236 ret = platform_update_lch(adev->platform, session, lch_mode); in update_calls() 257 lch_mode = VOICE_LCH_START; in update_calls() 258 ret = platform_update_lch(adev->platform, session, lch_mode); in update_calls()
|
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.c | 161 enum voice_lch_mode lch_mode; in update_calls() local 197 lch_mode = VOICE_LCH_STOP; in update_calls() 198 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls() 245 lch_mode = VOICE_LCH_STOP; in update_calls() 246 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls() 267 lch_mode = VOICE_LCH_START; in update_calls() 268 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls()
|
/hardware/qcom/audio/msm8909/hal/ |
D | platform_api.h | 75 enum voice_lch_mode lch_mode);
|
/hardware/qcom/audio/msm8909/hal/msm8916/ |
D | platform.c | 2651 enum voice_lch_mode lch_mode) in platform_update_lch() argument 2657 ret = my_data->csd->set_lch(session->vsid, lch_mode); in platform_update_lch() 2659 ret = pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode); in platform_update_lch()
|
/hardware/qcom/audio/msm8909/hal/msm8974/ |
D | platform.c | 2523 enum voice_lch_mode lch_mode) in platform_update_lch() argument 2529 ret = my_data->csd->set_lch(session->vsid, lch_mode); in platform_update_lch() 2531 ret = pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode); in platform_update_lch()
|
/hardware/qcom/audio/msm8909/hal/msm8960/ |
D | platform.c | 1007 enum voice_lch_mode lch_mode __unused) in platform_update_lch()
|