Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dshm_streams.rs333 pub struct MockShmStream { struct
341 impl MockShmStream { argument
391 impl BufferSet for MockShmStream { implementation
403 impl ShmStream for MockShmStream { implementation
449 pub fn get_last_stream(&self) -> MockShmStream { in get_last_stream()