Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost_user_frontend/
Dfs.rs18 connection: vmm_vhost::SystemStream, in new_fs()
Dmod.rs97 connection: vmm_vhost::SystemStream, in new()
122 connection: vmm_vhost::SystemStream, in new_internal()
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Dstub.rs17 pub type SystemStream = Stub; typedef
41 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
Dlinux.rs59 pub type SystemStream = File; typedef
145 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
/external/crosvm/third_party/vmm_vhost/src/sys/
Dwindows.rs29 pub type SystemStream = Tube; typedef
180 pub unsafe fn to_system_stream(fd: SafeDescriptor) -> Result<SystemStream> { in to_system_stream()
Dunix.rs35 pub type SystemStream = UnixStream; typedef
267 fn as_mut(&mut self) -> &mut SystemStream { in as_mut()
277 pub unsafe fn to_system_stream(fd: SafeDescriptor) -> Result<SystemStream> { in to_system_stream()
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dmod.rs189 connection: Option<SystemStream>, in new()
/external/crosvm/third_party/vmm_vhost/src/
Dbackend_server.rs239 pub fn from_stream(socket: SystemStream, backend: S) -> Self { in from_stream()