Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/arch/src/serial/sys/
H A Dwindows.rs26 pub enum SerialInput { enum
31 impl SerialInput { implementation
34 pub fn new_local(serial: Arc<Mutex<Serial>>) -> SerialInput { in new_local()
/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dlinux.rs35 input: Option<Box<dyn SerialInput>>, in new()
56 input: Option<Box<dyn SerialInput>>, in new()
75 input: Option<Box<dyn SerialInput>>, in new()
H A Dwindows.rs29 _input: Option<Box<dyn SerialInput>>, in new()
/aosp_15_r20/external/crosvm/devices/src/sys/windows/
H A Dserial_device.rs30 input: Option<Box<dyn SerialInput>>, in new()
50 _input: Option<Box<dyn SerialInput>>, in create_system_type_serial_device()
/aosp_15_r20/external/crosvm/devices/src/sys/linux/
H A Dserial_device.rs64 input: Option<Box<dyn SerialInput>>, in new()
150 input: Option<Box<dyn SerialInput>>, in create_system_type_serial_device()
/aosp_15_r20/external/crosvm/devices/src/
H A Dserial_device.rs71 pub trait SerialInput: io::Read + ReadNotifier + Send {} interface
H A Ddebugcon.rs36 _input: Option<Box<dyn SerialInput>>, in new()
H A Dserial.rs116 input: Option<Box<dyn SerialInput>>, in new_common()
/aosp_15_r20/external/crosvm/devices/src/serial/sys/
H A Dlinux.rs28 input: Option<Box<dyn SerialInput>>, in new()
H A Dwindows.rs89 input: Option<Box<dyn SerialInput>>, in new()