Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
Dshm_streams.rs335 pub struct MockShmStream { struct
343 impl MockShmStream { argument
393 impl BufferSet for MockShmStream { implementation
405 impl ShmStream for MockShmStream { implementation
451 pub fn get_last_stream(&self) -> MockShmStream { in get_last_stream()