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

1 2

  /cts/suite/audio_quality/lib/src/audio/
AudioRecordingLocal.cpp 57 mPcmHandle = pcm_open(mHwId, 0, PCM_IN, &config);
AudioPlaybackLocal.cpp 70 mPcmHandle = pcm_open(mHwId, 0, PCM_OUT, &config);
  /hardware/qcom/audio/hal/audio_extn/
dsm_feedback.c 61 dsm_pcm_handle = pcm_open(adev->snd_card,
hfp.c 148 hfpmod.hfp_sco_rx = pcm_open(adev->snd_card,
158 hfpmod.hfp_pcm_rx = pcm_open(adev->snd_card,
166 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card,
176 hfpmod.hfp_pcm_tx = pcm_open(adev->snd_card,
spkr_protection.c 353 handle.pcm_rx = pcm_open(adev->snd_card,
384 handle.pcm_tx = pcm_open(adev->snd_card,
840 handle.pcm_tx = pcm_open(adev->snd_card,
  /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);
  /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,
  /system/media/alsa_utils/
alsa_device_proxy.c 93 proxy->pcm = pcm_open(profile->card, profile->device,
100 ALOGE(" proxy_open() pcm_open() failed: %s", pcm_get_error(proxy->pcm));
alsa_device_profile.c 208 struct pcm * pcm = pcm_open(profile->card, profile->device,
  /hardware/qcom/audio/hal/
voice.c 134 session->pcm_rx = pcm_open(adev->snd_card,
145 session->pcm_tx = pcm_open(adev->snd_card,
  /external/tinyalsa/
tinycap.c 203 pcm = pcm_open(card, device, PCM_IN, &config);
tinyplay.c 237 pcm = pcm_open(card, device, PCM_OUT, &config);
pcm.c 839 struct pcm *pcm_open(unsigned int card, unsigned int device, function
    [all...]
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 283 pcm = pcm_open(mCard, mDevice, PCM_OUT, &config);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 137 struct pcm *pcm_open(unsigned flags, char *device);
aplay.c 196 pcm = pcm_open(flags, device);
arec.c 202 pcm = pcm_open(flags, 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...]
AudioUsbALSA.cpp 593 handle = pcm_open(flags, hw);
595 ALOGE("ERROR: pcm_open failed");
    [all...]
  /device/asus/fugu/libaudio/
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");
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");
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 302 pcm = pcm_open(SOUND_CARD, CAPTURE_DEVICE,
    [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 812 milliseconds

1 2