Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/console/sys/
Dlinux.rs57 mut rx: InStreamType, in spawn_input_thread()
60 ) -> (Arc<Mutex<VecDeque<u8>>>, WorkerThread<InStreamType>) { in spawn_input_thread()
80 rx: &mut InStreamType, in read_input()
/external/crosvm/devices/src/serial/sys/
Dlinux.rs19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
Dwindows.rs30 pub(crate) type InStreamType = Box<PipeConnection>; typedef
/external/crosvm/devices/src/virtio/
Dconsole.rs286 input: Option<InStreamType>, in new()