Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs250 pub trait BusDeviceObj { trait
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs541 devices: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
1025 devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)], in assign_pci_addresses()
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dlib.rs221 devices: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs880 ) -> DeviceResult<Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>> { in create_devices()
1192 devices: &mut Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in create_pure_virtual_pcie_root_port()
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs514 devs: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs797 ) -> DeviceResult<Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>> { in create_devices()
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs1720 devices: &mut [(Box<dyn BusDeviceObj>, Option<Minijail>)], in setup_virtio_access_platform()
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs836 devs: Vec<(Box<dyn BusDeviceObj>, Option<Minijail>)>, in build_vm()