Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dbus.rs744 struct ConstantDevice { struct
745 uses_full_addr: bool,
748 impl BusDevice for ConstantDevice { implementation
780 impl Suspendable for ConstantDevice { implementation
799 fn modify_constant_device(constant: &mut ConstantDevice) { in modify_constant_device()