Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/input/
Devent_source.rs262 struct SourceMock { struct
263 events: Vec<u8>,
266 impl SourceMock { implementation
267 fn new(evts: &[input_event]) -> SourceMock { in new()
278 impl Read for SourceMock { implementation
285 impl Write for SourceMock { implementation