Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs127 struct UInputDev { struct
133 impl Default for UInputDev { argument
135 UInputDev { in default()
143 impl Drop for UInputDev { implementation
149 impl UInputDev { implementation
291 devices: Vec<UInputDev>,
306 Self { devices: Vec::<UInputDev>::new(), active_device: String::from("00:00:00:00:00:00") } in default()
311 fn get_device(&mut self, addr: String) -> Option<&mut UInputDev> { in get_device() argument
331 let mut device = UInputDev::default(); in create()