Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dlinux.rs101 mut input: InStreamType, in spawn_input_thread()
104 ) -> WorkerThread<InStreamType> { in spawn_input_thread()
118 input: &mut InStreamType, in read_input()
/aosp_15_r20/external/crosvm/devices/src/serial/sys/
H A Dlinux.rs19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
H A Dwindows.rs32 pub(crate) type InStreamType = Box<PipeConnection>; typedef
/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dport.rs61 input: Option<InStreamType>, in new()
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dconsole.rs45 input: Option<InStreamType>, in new()