Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dcras_abi_unittest.cc45 cras_shm_set_frame_bytes(shm, 4); in InitShm()
Dcras_client_unittest.cc52 cras_shm_set_frame_bytes(shm, 4); in InitShm()
Daudio_thread_unittest_obsolete.cc143 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()
Dshm_unittest.cc23 cras_shm_set_frame_bytes(&shm_, 4); in SetUp()
Ddev_stream_unittest.cc204 cras_shm_set_frame_bytes(shm, 4); in SetupShm()
Daudio_thread_unittest.cc128 cras_shm_set_frame_bytes(rstream->shm, frame_bytes); in SetupRstream()
/external/adhd/cras/src/server/
Dcras_rstream.c90 cras_shm_set_frame_bytes(stream->shm, frame_bytes); in setup_shm_area()
/external/adhd/cras/src/common/
Dcras_shm.h522 static inline void cras_shm_set_frame_bytes(struct cras_audio_shm *shm, in cras_shm_set_frame_bytes() function