Searched refs:pcm_read (Results 1 – 7 of 7) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | asoundlib.h | 228 int pcm_read(struct pcm *pcm, void *data, unsigned int count);
|
D | pcm.c | 521 int pcm_read(struct pcm *pcm, void *data, unsigned int count) in pcm_read() function
|
/device/generic/goldfish/audio/ |
D | device_port_source.cpp | 171 const int res = ::pcm_read(mPcm.get(), dst, sz); in doRead()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 695 ret = pcm_read(in->pcm, buffer, in_frames * frame_size); in in_read()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 811 int ret = pcm_read(pcm, buffer, pcm_frames_to_bytes(pcm, buffer_frames)); in in_read_worker()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 1036 int ret = pcm_read(pcm, buffer, pcm_frames_to_bytes(pcm, buffer_frames)); in in_read_worker()
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 1039 int ret = pcm_read(pcm, buffer, pcm_frames_to_bytes(pcm, buffer_frames)); in in_read_worker()
|