Searched refs:cras_shm_set_frame_bytes (Results 1 – 8 of 8) sorted by relevance
/external/adhd/cras/src/tests/ |
D | cras_abi_unittest.cc | 45 cras_shm_set_frame_bytes(shm, 4); in InitShm()
|
D | cras_client_unittest.cc | 52 cras_shm_set_frame_bytes(shm, 4); in InitShm()
|
D | audio_thread_unittest_obsolete.cc | 143 cras_shm_set_frame_bytes(shm, 4); in SetupRstream() 560 cras_shm_set_frame_bytes(shm, 4); in SetupRstream() 1501 cras_shm_set_frame_bytes(shm, 4); in SetupRstream() 1506 cras_shm_set_frame_bytes(shm, 4); in SetupRstream()
|
D | shm_unittest.cc | 23 cras_shm_set_frame_bytes(&shm_, 4); in SetUp()
|
D | dev_stream_unittest.cc | 204 cras_shm_set_frame_bytes(shm, 4); in SetupShm()
|
D | audio_thread_unittest.cc | 128 cras_shm_set_frame_bytes(rstream->shm, frame_bytes); in SetupRstream()
|
/external/adhd/cras/src/server/ |
D | cras_rstream.c | 90 cras_shm_set_frame_bytes(stream->shm, frame_bytes); in setup_shm_area()
|
/external/adhd/cras/src/common/ |
D | cras_shm.h | 522 static inline void cras_shm_set_frame_bytes(struct cras_audio_shm *shm, in cras_shm_set_frame_bytes() function
|