Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/sys/
Dunix.rs14 pub type SystemStream = UnixStream; typedef
29 fn accept(&self) -> Result<SystemStream>; in accept()
33 fn accept(&self) -> Result<SystemStream> { in accept()
Dwindows.rs9 pub type SystemStream = Tube; typedef
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Dstub.rs19 pub type SystemStream = Stub; typedef
43 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
Dunix.rs61 pub type SystemStream = File; typedef
153 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
/external/crosvm/third_party/vmm_vhost/src/connection/
Dsocket.rs239 fn as_mut(&mut self) -> &mut SystemStream { in as_mut()
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs159 connection: Option<SystemStream>, in new()
/external/crosvm/third_party/vmm_vhost/src/
Dmaster.rs96 pub fn from_stream(sock: SystemStream, max_queue_num: u64) -> Self { in from_stream()
Dslave_req_handler.rs553 pub fn from_stream(socket: SystemStream, backend: S) -> Self { in from_stream()