Searched refs:BackendConnection (Results 1 – 11 of 11) sorted by relevance
/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/ |
D | linux.rs | 20 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/ |
D | linux.rs | 12 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/ |
D | linux.rs | 13 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/ |
D | console.rs | 27 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()
|
D | connection.rs | 18 pub enum BackendConnection { enum
|
D | mod.rs | 38 pub use crate::virtio::vhost::user::device::connection::BackendConnection;
|
D | wl.rs | 48 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()
|
D | vsock.rs | 42 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/ |
D | linux.rs | 22 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/ |
D | linux.rs | 31 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/ |
D | BUILD.bazel | 271 "src/dawn/native/BackendConnection.cpp", 272 "src/dawn/native/BackendConnection.h",
|