Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/listener/sys/
Dunix.rs36 pub enum VhostUserListener { enum
42 impl VhostUserListener { implementation
165 impl VhostUserListenerTrait for VhostUserListener { implementation
Dwindows.rs19 pub struct VhostUserListener; struct
21 impl VhostUserListenerTrait for VhostUserListener { implementation
/external/crosvm/devices/src/virtio/vhost/user/device/
Dlistener.rs34 ) -> anyhow::Result<VhostUserListener>; in new()