Home
last modified time | relevance | path

Searched refs:InStreamType (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/devices/src/virtio/console/
Dport.rs20 use crate::serial::sys::InStreamType;
37 pub(crate) input: Option<InStreamType>,
49 input_thread: Option<WorkerThread<InStreamType>>,
61 input: Option<InStreamType>, in new() argument
/external/crosvm/devices/src/virtio/console/sys/
Dlinux.rs21 use crate::serial::sys::InStreamType;
101 mut input: InStreamType, in spawn_input_thread() argument
104 ) -> WorkerThread<InStreamType> { in spawn_input_thread() argument
118 input: &mut InStreamType, in read_input() argument
/external/crosvm/devices/src/serial/
Dsys.rs15 pub(crate) use platform::InStreamType;
/external/crosvm/devices/src/serial/sys/
Dlinux.rs19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
Dwindows.rs32 pub(crate) type InStreamType = Box<PipeConnection>; typedef
36 pub in_stream: Option<InStreamType>,
/external/crosvm/devices/src/virtio/
Dconsole.rs24 use crate::serial::sys::InStreamType;
46 input: Option<InStreamType>, in new() argument