Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs127 struct UInputDev { struct
130 device: UInputDevInfo, argument
133 impl Default for UInputDev { argument
143 impl Drop for UInputDev { implementation
149 impl UInputDev { impl
311 fn get_device(&mut self, addr: String) -> Option<&mut UInputDev> { in get_device()