Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dconsole.rs35 pub struct VhostUserConsoleDevice { struct
41 impl Drop for VhostUserConsoleDevice { argument
53 impl VhostUserDeviceBuilder for VhostUserConsoleDevice { implementation
161 ) -> anyhow::Result<VhostUserConsoleDevice> { in create_vu_multi_port_device()
209 ) -> anyhow::Result<VhostUserConsoleDevice> { in create_vu_console_device()