Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dproxy.rs673 struct EchoDevice { struct
674 data: u8,
675 config: u8,
677 impl EchoDevice { impl
682 impl BusDevice for EchoDevice { implementation
720 impl Suspendable for EchoDevice {} implementation