Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_device.rs130 fn on_device_sandboxed(&mut self) {} in on_device_sandboxed() method
184 self.on_device_sandboxed(); in on_sandboxed()
233 fn on_device_sandboxed(&mut self) { in on_device_sandboxed() method
234 (**self).on_device_sandboxed() in on_device_sandboxed()
/external/crosvm/devices/src/virtio/
Dvirtio_device.rs87 fn on_device_sandboxed(&mut self) {} in on_device_sandboxed() method
Dvirtio_pci_device.rs737 fn on_device_sandboxed(&mut self) { in on_device_sandboxed() method
738 self.device.on_device_sandboxed(); in on_device_sandboxed()
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs295 fn on_device_sandboxed(&mut self) { in on_device_sandboxed() method
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs202 fn on_device_sandboxed(&mut self) { in on_device_sandboxed() method
Dnet.rs264 fn on_device_sandboxed(&mut self) { in on_device_sandboxed() function