HomeSort by relevance Sort by last modified time
    Searched full:pcm_open (Results 1 - 25 of 40) sorted by null

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 70 mPcmHandle = pcm_open(mHwId, 0, PCM_OUT, &config);
AudioRecordingLocal.cpp 57 mPcmHandle = pcm_open(mHwId, 0, PCM_IN, &config);
  /hardware/qcom/audio/hal/audio_extn/
dsm_feedback.c 61 dsm_pcm_handle = pcm_open(adev->snd_card,
hfp.c 154 hfpmod.hfp_sco_rx = pcm_open(adev->snd_card,
164 hfpmod.hfp_pcm_rx = pcm_open(adev->snd_card,
172 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card,
182 hfpmod.hfp_pcm_tx = pcm_open(adev->snd_card,
spkr_protection.c 355 handle.pcm_rx = pcm_open(adev->snd_card,
386 handle.pcm_tx = pcm_open(adev->snd_card,
842 handle.pcm_tx = pcm_open(adev->snd_card,
  /hardware/qcom/audio/msm8909/hal/audio_extn/
hfp.c 171 hfpmod.hfp_sco_rx = pcm_open(adev->snd_card,
181 hfpmod.hfp_pcm_rx = pcm_open(adev->snd_card,
189 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card,
199 hfpmod.hfp_pcm_tx = pcm_open(adev->snd_card,
fm.c 182 fmmod.fm_pcm_rx = pcm_open(adev->snd_card,
193 fmmod.fm_pcm_tx = pcm_open(adev->snd_card,
usb.c 364 usbmod->usb_pcm_playback_handle = pcm_open(usbmod->usb_card, \
391 usbmod->proxy_pcm_playback_handle = pcm_open(usbmod->proxy_card,
399 ALOGE("%s: pcm_open for proxy failed retrying = %d",
483 usbmod->usb_pcm_record_handle = pcm_open(usbmod->usb_card, \
510 usbmod->proxy_pcm_record_handle = pcm_open(usbmod->proxy_card,
518 ALOGE("%s: pcm_open for proxy(recording) failed retrying = %d",
spkr_protection.c 364 handle.pcm_rx = pcm_open(adev->snd_card,
395 handle.pcm_tx = pcm_open(adev->snd_card,
849 handle.pcm_tx = pcm_open(adev->snd_card,
    [all...]
  /frameworks/base/libs/usb/tests/accessorytest/
audio.c 139 pcm = pcm_open(input_card, input_device, PCM_IN, &config);
211 pcm = pcm_open(oc, od, PCM_OUT, &config);
  /system/media/alsa_utils/
alsa_device_proxy.c 108 proxy->pcm = pcm_open(profile->card, profile->device,
115 ALOGE(" proxy_open() pcm_open() failed: %s", pcm_get_error(proxy->pcm));
alsa_logging.c 125 * (pcm_open() called with PCM_MMAP flag set). Use 0 for default.
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 357 ALOGD("AudioStreamIn::startInputStream_l, call pcm_open()");
358 struct pcm* pcm = pcm_open(deviceInfo->pcmCard, deviceInfo->pcmDevice,
362 ALOGE("ERROR AudioStreamIn::startInputStream_l, pcm_open failed");
AudioOutput.cpp 222 ALOGI("calling pcm_open() for output, mALSACardID = %d, dev_id %d, rate = %u, "
227 mDevice = pcm_open(mALSACardID, dev_id,
242 ALOGI("retrying pcm_open() after delay");
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 113 * (pcm_open() called with PCM_MMAP flag set). Use 0 for default.
154 struct pcm *pcm_open(unsigned int card, unsigned int device,
213 * The clock is CLOCK_MONOTONIC if flag PCM_MONOTONIC was specified in pcm_open,
  /external/tinyalsa/
tinycap.c 204 pcm = pcm_open(card, device, PCM_IN, &config);
tinyplay.c 238 pcm = pcm_open(card, device, PCM_OUT, &config);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 137 struct pcm *pcm_open(unsigned flags, char *device);
alsa_pcm.c 756 struct pcm *pcm_open(unsigned flags, char *device) function
768 ALOGV("pcm_open(0x%08x)",flags);
843 ALOGV("pcm_open() %s\n", dname);
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 702 handle->handle = pcm_open(flags, (char*)devName);
750 handle->handle = pcm_open(flags, (char*)devName);
793 handle->handle = pcm_open(flags, (char*)devName1);
846 handle->handle = pcm_open(flags, (char*)devName);
891 handle->handle = pcm_open(flags, (char*)devName);
    [all...]
  /hardware/qcom/audio/hal/
voice.c 191 session->pcm_tx = pcm_open(adev->snd_card,
202 session->pcm_rx = pcm_open(adev->snd_card,
  /hardware/qcom/audio/msm8909/hal/
voice.c 163 session->pcm_rx = pcm_open(adev->snd_card,
174 session->pcm_tx = pcm_open(adev->snd_card,
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 283 pcm = pcm_open(mCard, mDevice, PCM_OUT, &config);
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 260 out->pcm = pcm_open(adev->card, adev->device, PCM_OUT, &out->pcm_config);
263 ALOGE("pcm_open() failed: %s", pcm_get_error(out->pcm));

Completed in 1134 milliseconds

1 2