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

  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 87 if (pcm_write(mPcmHandle, buffer->getUnhanledData(), mSizes)) {
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 50 * pcm_write for a playback stream will not
55 * second call to pcm_write will attempt to
167 /* Returns the buffer size (int frames) that should be used for pcm_write. */
190 int pcm_write(struct pcm *pcm, const void *data, unsigned int count);
  /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...]
  /external/tinyalsa/
tinyplay.c 261 if (pcm_write(pcm, buffer, num_read)) {
pcm.c 392 int pcm_write(struct pcm *pcm, const void *data, unsigned int count) function
  /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 607 int pcm_write(struct pcm *pcm, void *data, unsigned count) function
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 206 pcm_write(out->pcm, (void *)buffer, bytes);
  /device/asus/grouper/audio/
audio_hw.c 745 ret = pcm_write(out->pcm, in_buffer, out_frames * frame_size);
    [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 341 milliseconds