Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/fixture/src/
Dvhost_user.rs59 pub struct VhostUserBackend { struct
64 impl VhostUserBackend { implementation
86 impl Drop for VhostUserBackend { implementation
/external/crosvm/devices/src/virtio/vhost/user/device/
Dlistener.rs73 backend: Box<dyn VhostUserBackend>, in run_backend()
Dhandler.rs163 pub trait VhostUserBackend { trait
378 backend: Box<dyn VhostUserBackend>, in new()