Home
last modified time | relevance | path

Searched refs:cras_shm_buffer_read (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/tests/
Dshm_unittest.cc45 cras_shm_buffer_read(&shm_, frames_); in TEST_F()
55 cras_shm_buffer_read(&shm_, frames_ - 9); in TEST_F()
58 cras_shm_buffer_read(&shm_, 9); in TEST_F()
70 cras_shm_buffer_read(&shm_, frames_ - 10); in TEST_F()
73 cras_shm_buffer_read(&shm_, 10); in TEST_F()
102 cras_shm_buffer_read(&shm_, (used_frames / 2) + (used_frames / 4) - 10); in TEST_F()
123 cras_shm_buffer_read(&shm_, (used_frames / 2) + (used_frames / 4)); in TEST_F()
148 cras_shm_buffer_read(&shm_, (used_frames / 2) + (used_frames / 4) - 10); in TEST_F()
314 cras_shm_buffer_read(&shm_, (used_frames / 4) + (used_frames / 3) - 5); in TEST_F()
355 cras_shm_buffer_read(&shm_, frames_); in TEST_F()
[all …]
Daudio_thread_unittest_obsolete.cc1947 cras_shm_buffer_read(shm, fr_written); in dev_stream_mix()
/external/adhd/cras/src/server/
Dcras_rstream.c492 cras_shm_buffer_read(rstream->shm, nwritten); in cras_rstream_update_output_read_pointer()
/external/adhd/cras/src/common/
Dcras_shm.h446 static inline void cras_shm_buffer_read(struct cras_audio_shm *shm, in cras_shm_buffer_read() function