HomeSort by relevance Sort by last modified time
    Searched defs:pcm_rx (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/hal/
voice.h 50 struct pcm *pcm_rx; member in struct:voice_session
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 100 struct pcm *pcm_rx; member in struct:speaker_prot_session
352 handle.pcm_rx = handle.pcm_tx = NULL;
353 handle.pcm_rx = pcm_open(adev->snd_card,
356 if (handle.pcm_rx && !pcm_is_ready(handle.pcm_rx)) {
357 ALOGE("%s: %s", __func__, pcm_get_error(handle.pcm_rx));
392 if (pcm_start(handle.pcm_rx) < 0) {
464 if (handle.pcm_rx)
465 pcm_close(handle.pcm_rx);
466 handle.pcm_rx = NULL
    [all...]

Completed in 387 milliseconds