Home
last modified time | relevance | path

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

/external/crosvm/devices/src/serial/sys/
Dunix.rs18 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
Dwindows.rs28 pub(crate) type InStreamType = Box<PipeConnection>; typedef
/external/crosvm/devices/src/virtio/
Dconsole.rs202 mut rx: crate::serial::sys::InStreamType, in spawn_input_thread()