HomeSort by relevance Sort by last modified time
    Searched refs:pcm_write (Results 1 - 16 of 16) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 87 if (pcm_write(mPcmHandle, buffer->getUnhanledData(), mSizes)) {
  /frameworks/base/libs/usb/tests/accessorytest/
audio.c 174 err = pcm_write(pcm, buffers[index], BUFFER_SIZE);
176 fprintf(stderr, "pcm_write err: %d\n", err);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 243 n = pcm_write(mHandle->rxHandle,
247 n = pcm_write(mHandle->handle,
254 ALOGE("pcm_write returned error %d, trying to recover\n", n);
alsa_default.cpp 780 pcm_write(handle->handle,&voc_pkt,handle->handle->period_size);
    [all...]
  /device/generic/car/emulator/audio/driver/
ext_pcm.c 82 pcm_write(ext_pcm->pcm, (void *)ext_pcm->mixer_pipeline.buffer,
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 50 * pcm_write for a playback stream will not
55 * second call to pcm_write will attempt to
207 /* Returns the buffer size (int frames) that should be used for pcm_write. */
233 int pcm_write(struct pcm *pcm, const void *data, unsigned int count);
  /external/tinyalsa/
tinyhostless.c 308 if (pcm_write(pcm_play, buffer, size)) {
tinyplay.c 264 if (pcm_write(pcm, buffer, num_read)) {
pcm.c 519 int pcm_write(struct pcm *pcm, const void *data, unsigned int count) function
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 159 /* Returns the buffer size (int bytes) that should be used for pcm_write.
169 int pcm_write(struct pcm *pcm, void *data, unsigned count);
aplay.c 449 if (pcm_write(pcm, data, bufsize)){
450 fprintf(stderr, "Aplay: pcm_write failed\n");
alsa_pcm.c 603 int pcm_write(struct pcm *pcm, void *data, unsigned count) function
  /system/media/alsa_utils/
alsa_device_proxy.c 239 int ret = pcm_write(proxy->pcm, data, count);
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 613 ret = pcm_write(out->pcm, (void *)dstbuff, outbytes);
616 ret = pcm_write(out->pcm, (void *)buffer, bytes);
618 ALOGV("pcm_write: %s done for %d input bytes, output bytes = %d ", pcm_get_error(out->pcm),bytes,outbytes);
  /device/generic/goldfish/audio/
audio_hw.c 449 int ret = pcm_write(pcm, buffer, pcm_frames_to_bytes(pcm, frames));
451 ALOGE("pcm_write failed %s", pcm_get_error(pcm));
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 433 milliseconds