Searched refs:cras_shm_get_writeable_frames (Results 1 – 4 of 4) sorted by relevance
319 stream_samples = cras_shm_get_writeable_frames( in capture_copy_converted_to_stream()401 stream_samples = cras_shm_get_writeable_frames( in dev_stream_capture()478 cras_shm_get_writeable_frames(shm, wlimit, &frames_avail); in dev_stream_capture_avail()
262 buf_ = cras_shm_get_writeable_frames(&shm_, limit, &frames); in TEST_F()275 buf_ = cras_shm_get_writeable_frames(&shm_, limit, &frames); in TEST_F()
2194 cras_shm_get_writeable_frames(shm, cb_threshold, &frames_avail); in dev_stream_capture_avail()
146 uint8_t *cras_shm_get_writeable_frames(const struct cras_audio_shm *shm, in cras_shm_get_writeable_frames() function