Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dconsole.rs42 pub struct VhostUserConsoleDevice { struct
48 impl Drop for VhostUserConsoleDevice { argument
60 impl VhostUserDevice for VhostUserConsoleDevice { implementation
217 ) -> anyhow::Result<VhostUserConsoleDevice> { in create_vu_console_device()