Searched refs:cras_rstream_get_cb_threshold (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/server/ |
D | dev_stream.c | 130 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create() 166 cras_rstream_get_cb_threshold(dev_stream->stream), in dev_stream_set_dev_rate() 303 shm, cras_rstream_get_cb_threshold(rstream), in capture_copy_converted_to_stream() 375 shm, cras_rstream_get_cb_threshold(rstream), in dev_stream_capture() 421 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_cb_threshold() 525 unsigned int frames_ready = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_update_rstream()
|
D | cras_rstream.h | 131 cras_rstream_get_cb_threshold(const struct cras_rstream *stream) in cras_rstream_get_cb_threshold() function 142 return cras_rstream_get_cb_threshold(stream); in cras_rstream_get_max_write_frames()
|
D | dev_io.c | 256 cras_rstream_get_cb_threshold(rstream), in fetch_streams() 1354 size_t out_cb_threshold = cras_rstream_get_cb_threshold(out_stream); in find_matched_input_stream() 1360 if (cras_rstream_get_cb_threshold(dev_stream->stream) != in find_matched_input_stream() 1489 cras_rstream_get_cb_threshold( in dev_io_append_stream()
|
/external/adhd/cras/src/tests/ |
D | rstream_unittest.cc | 139 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F() 177 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F()
|
D | audio_thread_unittest_obsolete.cc | 843 frames_queued_ = cras_rstream_get_cb_threshold(rstream_); in TEST_F() 845 nsec_expected = (uint64_t)cras_rstream_get_cb_threshold(rstream_) * in TEST_F() 849 shm_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream_) * 4; in TEST_F() 850 shm2_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream2_) * 4; in TEST_F() 861 EXPECT_EQ(cras_rstream_get_cb_threshold(rstream_), dev_stream_mix_count); in TEST_F() 2149 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_avail()
|