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

  /hardware/qcom/audio/hal/
voice.h 52 struct pcm *pcm_tx; member in struct:voice_session
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 103 struct pcm *pcm_tx; member in struct:speaker_prot_session
355 handle.pcm_rx = handle.pcm_tx = NULL;
387 handle.pcm_tx = pcm_open(adev->snd_card,
390 if (handle.pcm_tx && !pcm_is_ready(handle.pcm_tx)) {
391 ALOGE("%s: %s", __func__, pcm_get_error(handle.pcm_tx));
400 if (pcm_start(handle.pcm_tx) < 0) {
471 if (handle.pcm_tx)
472 pcm_close(handle.pcm_tx);
473 handle.pcm_tx = NULL
    [all...]
cirrus_playback.c 48 struct pcm *pcm_tx; member in struct:cirrus_playback_session
723 handle.pcm_tx = NULL;
739 handle.pcm_tx = pcm_open(adev->snd_card,
743 if (handle.pcm_tx && !pcm_is_ready(handle.pcm_tx)) {
744 ALOGE("%s: PCM device not ready: %s", __func__, pcm_get_error(handle.pcm_tx));
749 if (pcm_start(handle.pcm_tx) < 0) {
751 pcm_get_error(handle.pcm_tx));
768 if (handle.pcm_tx) {
770 pcm_close(handle.pcm_tx);
    [all...]

Completed in 144 milliseconds