Searched defs:dev_stream (Results 1 – 8 of 8) sorted by relevance
/external/adhd/cras/src/server/ |
D | dev_stream.h | 33 struct dev_stream { struct 41 struct dev_stream *prev, *next; argument 188 dev_stream_next_cb_ts(struct dev_stream *dev_stream) in dev_stream_next_cb_ts() 197 dev_stream_sleep_interval_ts(struct dev_stream *dev_stream) in dev_stream_sleep_interval_ts()
|
D | dev_stream.c | 150 void dev_stream_destroy(struct dev_stream *dev_stream) in dev_stream_destroy() 161 void dev_stream_set_dev_rate(struct dev_stream *dev_stream, in dev_stream_set_dev_rate() 188 int dev_stream_mix(struct dev_stream *dev_stream, in dev_stream_mix() 252 static unsigned int capture_with_fmt_conv(struct dev_stream *dev_stream, in capture_with_fmt_conv() 298 struct dev_stream *dev_stream, in capture_copy_converted_to_stream() 369 unsigned int dev_stream_capture(struct dev_stream *dev_stream, in dev_stream_capture() 425 int dev_stream_attached_devs(const struct dev_stream *dev_stream) in dev_stream_attached_devs() 430 void dev_stream_update_frames(const struct dev_stream *dev_stream) in dev_stream_update_frames() 435 int dev_stream_playback_frames(const struct dev_stream *dev_stream) in dev_stream_playback_frames() 450 unsigned int dev_stream_cb_threshold(const struct dev_stream *dev_stream) in dev_stream_cb_threshold() [all …]
|
D | dev_io.c | 52 struct dev_stream *dev_stream; in update_estimated_rate() local 104 struct dev_stream *dev_stream; in fetch_streams() local 937 struct dev_stream *dev_stream; in dev_io_rm_open_dev() local
|
D | audio_thread.c | 769 struct dev_stream *dev_stream; in get_next_stream_wake_from_list() local
|
/external/adhd/cras/src/tests/ |
D | dev_stream_unittest.cc | 310 struct dev_stream *dev_stream; in TEST_F() local 331 struct dev_stream *dev_stream; in TEST_F() local 357 struct dev_stream *dev_stream; in TEST_F() local 374 struct dev_stream *dev_stream; in TEST_F() local 392 struct dev_stream *dev_stream; in TEST_F() local 413 struct dev_stream *dev_stream; in TEST_F() local 435 struct dev_stream *dev_stream; in TEST_F() local 452 struct dev_stream *dev_stream; in TEST_F() local 470 struct dev_stream *dev_stream; in TEST_F() local 491 struct dev_stream *dev_stream; in TEST_F() local [all …]
|
D | audio_thread_unittest.cc | 431 struct dev_stream *dev_stream; in TEST_F() local 821 int dev_stream_attached_devs(const struct dev_stream *dev_stream) in dev_stream_attached_devs() 941 unsigned int dev_stream_capture(struct dev_stream *dev_stream, in dev_stream_capture() 949 unsigned int dev_stream_capture_avail(const struct dev_stream *dev_stream) in dev_stream_capture_avail() 954 unsigned int dev_stream_cb_threshold(const struct dev_stream *dev_stream) in dev_stream_cb_threshold() 959 int dev_stream_capture_update_rstream(struct dev_stream *dev_stream) in dev_stream_capture_update_rstream() 974 void dev_stream_destroy(struct dev_stream *dev_stream) in dev_stream_destroy() 979 int dev_stream_mix(struct dev_stream *dev_stream, in dev_stream_mix() 987 int dev_stream_playback_frames(const struct dev_stream *dev_stream) in dev_stream_playback_frames() 992 int dev_stream_playback_update_rstream(struct dev_stream *dev_stream) in dev_stream_playback_update_rstream() [all …]
|
D | audio_thread_unittest_obsolete.cc | 16 struct dev_stream *dev_stream; member 23 struct dev_stream *dev_stream; member 1912 void dev_stream_set_delay(const struct dev_stream *dev_stream, in dev_stream_set_delay() 1931 unsigned int dev_stream_mix(struct dev_stream *dev_stream, in dev_stream_mix() 2155 void dev_stream_destroy(struct dev_stream *dev_stream) { in dev_stream_destroy() 2159 void dev_stream_capture(struct dev_stream *dev_stream, in dev_stream_capture() 2169 int dev_stream_playback_frames(const struct dev_stream *dev_stream) { in dev_stream_playback_frames() 2185 unsigned int dev_stream_capture_avail(const struct dev_stream *dev_stream) in dev_stream_capture_avail() 2199 int dev_stream_capture_sleep_frames(struct dev_stream *dev_stream, in dev_stream_capture_sleep_frames() 2207 int dev_stream_request_playback_samples(struct dev_stream *dev_stream) in dev_stream_request_playback_samples()
|
D | iodev_unittest.cc | 2481 unsigned int dev_stream_cb_threshold(const struct dev_stream *dev_stream) { in dev_stream_cb_threshold() 2487 int dev_stream_attached_devs(const struct dev_stream *dev_stream) { in dev_stream_attached_devs() 2491 void dev_stream_update_frames(const struct dev_stream *dev_stream) { in dev_stream_update_frames() 2494 int dev_stream_playback_frames(const struct dev_stream *dev_stream) { in dev_stream_playback_frames()
|