Searched refs:cras_shm_buffer_read (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/tests/ |
D | shm_unittest.cc | 45 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 …]
|
D | audio_thread_unittest_obsolete.cc | 1947 cras_shm_buffer_read(shm, fr_written); in dev_stream_mix()
|
/external/adhd/cras/src/server/ |
D | cras_rstream.c | 492 cras_shm_buffer_read(rstream->shm, nwritten); in cras_rstream_update_output_read_pointer()
|
/external/adhd/cras/src/common/ |
D | cras_shm.h | 446 static inline void cras_shm_buffer_read(struct cras_audio_shm *shm, in cras_shm_buffer_read() function
|