Home
last modified time | relevance | path

Searched refs:cras_rstream_get_cb_threshold (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Ddev_stream.c131 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create()
173 cras_rstream_get_cb_threshold(dev_stream->stream), in dev_stream_set_dev_rate()
321 cras_rstream_get_cb_threshold(rstream), in capture_copy_converted_to_stream()
403 cras_rstream_get_cb_threshold(rstream), in dev_stream_capture()
453 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_cb_threshold()
534 unsigned int frames_ready = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_update_rstream()
Dcras_rstream.h154 static inline size_t cras_rstream_get_cb_threshold( in cras_rstream_get_cb_threshold() function
166 return cras_rstream_get_cb_threshold(stream); in cras_rstream_get_max_write_frames()
Ddev_io.c155 cras_rstream_get_cb_threshold(rstream), delay); in fetch_streams()
/external/adhd/cras/src/tests/
Drstream_unittest.cc134 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F()
171 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F()
Daudio_thread_unittest_obsolete.cc860 frames_queued_ = cras_rstream_get_cb_threshold(rstream_); in TEST_F()
862 nsec_expected = (uint64_t)cras_rstream_get_cb_threshold(rstream_) * in TEST_F()
866 shm_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream_) * 4; in TEST_F()
867 shm2_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream2_) * 4; in TEST_F()
878 EXPECT_EQ(cras_rstream_get_cb_threshold(rstream_), in TEST_F()
2189 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_avail()