Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Daudio_streams.rs298 pub struct NoopStream { struct
319 impl NoopStream { impl
328 NoopStream { in new()
341 impl PlaybackBufferStream for NoopStream { implementation
394 Box::new(NoopStream::new( in new_playback_stream()