HomeSort by relevance Sort by last modified time
    Searched refs:pcm_tx (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 103 struct pcm *pcm_tx; member in struct:speaker_prot_session
354 handle.pcm_rx = handle.pcm_tx = NULL;
386 handle.pcm_tx = pcm_open(adev->snd_card,
389 if (handle.pcm_tx && !pcm_is_ready(handle.pcm_tx)) {
390 ALOGE("%s: %s", __func__, pcm_get_error(handle.pcm_tx));
399 if (pcm_start(handle.pcm_tx) < 0) {
470 if (handle.pcm_tx)
471 pcm_close(handle.pcm_tx);
472 handle.pcm_tx = NULL
    [all...]
  /hardware/qcom/audio/hal/
voice.c 131 if (session->pcm_tx) {
132 pcm_close(session->pcm_tx);
133 session->pcm_tx = NULL;
190 session->pcm_tx = pcm_open(adev->snd_card,
193 if (session->pcm_tx && !pcm_is_ready(session->pcm_tx)) {
194 ALOGE("%s: %s", __func__, pcm_get_error(session->pcm_tx));
210 pcm_start(session->pcm_tx);
514 adev->voice.session[i].pcm_tx = NULL;
voice.h 52 struct pcm *pcm_tx; member in struct:voice_session
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 198 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) {
246 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) {
268 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) {

Completed in 65 milliseconds