Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dmod.rs69 pub trait VhostUserDeviceBuilder { interface
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs260 ) -> anyhow::Result<Box<dyn VhostUserDeviceBuilder>> { in create_vhost_user_device()
338 ) -> anyhow::Result<Box<dyn VhostUserDeviceBuilder>> { in create_vhost_user_device()
938 ) -> anyhow::Result<Box<dyn VhostUserDeviceBuilder>> { in create_vhost_user_device()
1167 ) -> anyhow::Result<Box<dyn VhostUserDeviceBuilder>> { in create_vhost_user_device()
1562 ) -> anyhow::Result<Box<dyn VhostUserDeviceBuilder>> { in create_vhost_user_device()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/
H A Dlinux.rs57 device: Box<dyn VhostUserDeviceBuilder>, in run_device()