Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs993 pub(super) struct FakeBackend { struct
994 avail_features: u64,
995 acked_features: u64,
996 active_queues: Vec<Option<Queue>>,
997 allow_backend_req: bool,
998 backend_conn: Option<Arc<VhostBackendReqConnection>>,
1006 impl FakeBackend { implementation
1022 impl VhostUserDevice for FakeBackend { implementation