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 51 struct pcm *pcm_rx; member in struct:voice_session
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 102 struct pcm *pcm_rx; member in struct:speaker_prot_session
354 handle.pcm_rx = handle.pcm_tx = NULL;
355 handle.pcm_rx = pcm_open(adev->snd_card,
358 if (handle.pcm_rx && !pcm_is_ready(handle.pcm_rx)) {
359 ALOGE("%s: %s", __func__, pcm_get_error(handle.pcm_rx));
394 if (pcm_start(handle.pcm_rx) < 0) {
466 if (handle.pcm_rx)
467 pcm_close(handle.pcm_rx);
468 handle.pcm_rx = NULL
    [all...]

Completed in 3120 milliseconds