Searched refs:PlaybackBufferStream (Results 1 – 3 of 3) sorted by relevance
/external/adhd/audio_streams/src/ |
D | audio_streams.rs | 144 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError>; in new_playback_stream() argument 182 pub trait PlaybackBufferStream: Send { interface 341 impl PlaybackBufferStream for NoopStream { 391 ) -> Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> { in new_playback_stream() argument
|
/external/adhd/cras/client/libcras/src/ |
D | cras_stream.rs | 11 BoxError, BufferDrop, PlaybackBuffer, PlaybackBufferStream, 198 impl<'a, T: CrasStreamData<'a> + BufferDrop> PlaybackBufferStream for CrasStream<'a, T> {
|
D | libcras.rs | 131 BufferDrop, NoopStreamControl, PlaybackBufferStream, SampleFormat, StreamControl, 475 ) -> std::result::Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> in new_pinned_playback_stream() argument 562 ) -> std::result::Result<(Box<dyn StreamControl>, Box<dyn PlaybackBufferStream>), BoxError> in new_playback_stream() argument
|