Home
last modified time | relevance | path

Searched defs:read_bytes (Results 1 – 3 of 3) sorted by relevance

/device/amlogic/yukawa/hal/audio/
Daudio_aec.c325 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp()
406 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
/device/linaro/dragonboard/audio/
Daudio_aec.c319 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp()
398 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
/device/generic/car/emulator/audio/driver/
Daudio_hw.c1053 size_t read_bytes = 0; in in_read() local
1108 int read_bytes = pseudo_pcm_read(buffer, bytes, &in->oscillator); in in_read() local