Home
last modified time | relevance | path

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

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