Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c42 struct pcm *hfp_sco_tx; member
52 .hfp_sco_tx = NULL,
172 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card, in start_hfp()
175 if (hfpmod.hfp_sco_tx && !pcm_is_ready(hfpmod.hfp_sco_tx)) { in start_hfp()
176 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_sco_tx)); in start_hfp()
191 pcm_start(hfpmod.hfp_sco_tx); in start_hfp()
220 if (hfpmod.hfp_sco_tx) { in stop_hfp()
221 pcm_close(hfpmod.hfp_sco_tx); in stop_hfp()
222 hfpmod.hfp_sco_tx = NULL; in stop_hfp()
/hardware/qcom/audio/msm8909/hal/audio_extn/
Dhfp.c61 struct pcm *hfp_sco_tx; member
71 .hfp_sco_tx = NULL,
189 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card, in start_hfp()
192 if (hfpmod.hfp_sco_tx && !pcm_is_ready(hfpmod.hfp_sco_tx)) { in start_hfp()
193 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_sco_tx)); in start_hfp()
212 if (pcm_start(hfpmod.hfp_sco_tx) < 0) { in start_hfp()
253 if (hfpmod.hfp_sco_tx) { in stop_hfp()
254 pcm_close(hfpmod.hfp_sco_tx); in stop_hfp()
255 hfpmod.hfp_sco_tx = NULL; in stop_hfp()