Searched defs:hfp_pcm_rx (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
H A Dhfp.c43 struct pcm *hfp_pcm_rx; member in struct:hfp_module
53 .hfp_pcm_rx = NULL,
158 hfpmod.hfp_pcm_rx = pcm_open(adev->snd_card,
161 if (hfpmod.hfp_pcm_rx && !pcm_is_ready(hfpmod.hfp_pcm_rx)) {
162 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_pcm_rx));
186 pcm_start(hfpmod.hfp_pcm_rx);
218 if (hfpmod.hfp_pcm_rx) {
219 pcm_close(hfpmod.hfp_pcm_rx);
220 hfpmod.hfp_pcm_rx
[all...]

Completed in 5 milliseconds