Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/linux/
H A Dlistener.rs22 pub struct VhostUserListener(SocketListener); struct
24 impl VhostUserListener { impl
33 impl AsRawDescriptor for VhostUserListener { implementation
74 impl VhostUserConnectionTrait for VhostUserListener { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/
H A Dwindows.rs17 pub struct VhostUserListener; struct
20 impl VhostUserConnectionTrait for VhostUserListener { implementation