Home
last modified time | relevance | path

Searched refs:cras_shm_set_frame_bytes (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/tests/
Dcras_client_unittest.cc55 cras_shm_set_frame_bytes(shm, 4); in InitShm()
Dshm_unittest.cc22 cras_shm_set_frame_bytes(&shm_, 4); in SetUp()
Daudio_thread_unittest_obsolete.cc143 cras_shm_set_frame_bytes(shm, 4); in SetupRstream()
571 cras_shm_set_frame_bytes(shm, 4); in SetupRstream()
1521 cras_shm_set_frame_bytes(shm, 4); in SetupRstream()
1527 cras_shm_set_frame_bytes(shm, 4); in SetupRstream()
Ddev_stream_unittest.cc186 cras_shm_set_frame_bytes(shm, 4); in SetupShm()
/external/adhd/cras/src/server/
Dcras_rstream.c57 cras_shm_set_frame_bytes(shm, frame_bytes); in setup_shm()
/external/adhd/cras/src/common/
Dcras_shm.h417 static inline void cras_shm_set_frame_bytes(struct cras_audio_shm *shm, in cras_shm_set_frame_bytes() function