Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c51 struct pcm *hfp_pcm_rx; member
64 .hfp_pcm_rx = NULL,
302 hfpmod.hfp_pcm_rx = pcm_open(adev->snd_card, in start_hfp()
305 if (hfpmod.hfp_pcm_rx && !pcm_is_ready(hfpmod.hfp_pcm_rx)) { in start_hfp()
306 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_pcm_rx)); in start_hfp()
335 pcm_start(hfpmod.hfp_pcm_rx); in start_hfp()
374 if (hfpmod.hfp_pcm_rx) { in stop_hfp()
375 pcm_close(hfpmod.hfp_pcm_rx); in stop_hfp()
376 hfpmod.hfp_pcm_rx = NULL; in stop_hfp()