Home
last modified time | relevance | path

Searched refs:BackendConnection (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/
Dlinux.rs20 use crate::virtio::vhost::user::device::BackendConnection;
25 impl BackendConnection { impl
30 ) -> Result<BackendConnection> { in from_opts() argument
43 Ok(BackendConnection::Listener(listener)) in from_opts()
47 Ok(BackendConnection::Stream(stream)) in from_opts()
60 BackendConnection::Listener(listener) => listener.run_device(ex, device), in run_device()
61 BackendConnection::Stream(stream) => stream.run_device(ex, device), in run_device()
71 BackendConnection::Listener(listener) => listener.run_backend(backend, ex), in run_backend()
72 BackendConnection::Stream(stream) => stream.run_backend(backend, ex), in run_backend()
77 impl AsRawDescriptor for BackendConnection { implementation
[all …]
/external/crosvm/devices/src/virtio/vhost/user/device/snd/sys/
Dlinux.rs12 use crate::virtio::vhost::user::device::BackendConnection;
63 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in run_snd_device()
/external/crosvm/devices/src/virtio/vhost/user/device/block/sys/
Dlinux.rs13 use crate::virtio::vhost::user::device::BackendConnection;
62 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in start_device()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dconsole.rs27 use crate::virtio::vhost::user::device::BackendConnection;
200 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in run_multi_port_device()
269 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in run_console_device()
Dconnection.rs18 pub enum BackendConnection { enum
Dmod.rs38 pub use crate::virtio::vhost::user::device::connection::BackendConnection;
Dwl.rs48 use crate::virtio::vhost::user::device::BackendConnection;
380 let conn = BackendConnection::from_opts(socket.as_deref(), socket_path.as_deref(), fd)?; in run_wl_device()
Dvsock.rs42 use super::BackendConnection;
480 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in run_vsock_device()
/external/crosvm/devices/src/virtio/vhost/user/device/fs/sys/
Dlinux.rs22 use crate::virtio::vhost::user::device::BackendConnection;
146 BackendConnection::from_opts(opts.socket.as_deref(), opts.socket_path.as_deref(), opts.fd)?; in start_device()
/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
Dlinux.rs31 use crate::virtio::vhost::user::device::BackendConnection;
238 let conn = BackendConnection::from_opts(socket.as_deref(), socket_path.as_deref(), fd)?; in run_gpu_device()
/external/skia/bazel/external/dawn/
DBUILD.bazel271 "src/dawn/native/BackendConnection.cpp",
272 "src/dawn/native/BackendConnection.h",