Home
last modified time | relevance | path

Searched defs:SystemSerialParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/serial/sys/
H A Dwindows.rs35 pub struct SystemSerialParams { struct
36 pub in_stream: Option<InStreamType>,
37 pub sync: Option<Box<dyn FileSync + Send>>,
38 pub sync_thread: Option<JoinHandle<SyncWorker>>,
39 pub kill_evt: Option<Event>,
/aosp_15_r20/external/crosvm/devices/src/
H A Dserial.rs119 #[cfg(windows)] system_params: sys::windows::SystemSerialParams, in new_common()