Home
last modified time | relevance | path

Searched defs:NoopStreamControl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Daudio_streams.rs720 pub struct NoopStreamControl; struct
722 impl NoopStreamControl { impl
728 impl StreamControl for NoopStreamControl {} implementation