Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
Dasync_types.rs16 pub struct AsyncTube { struct
20 impl AsyncTube { implementation
21 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
37 impl Deref for AsyncTube { implementation
/external/crosvm/cros_async/src/sys/windows/
Dasync_types.rs21 pub struct AsyncTube { struct
25 impl AsyncTube { argument
26 pub fn new(_ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
/external/crosvm/devices/src/virtio/iommu/sys/
Dwindows.rs17 _command_tube: AsyncTube, in handle_command_tube()
25 _request_tube: Option<AsyncTube>, in handle_translate_request()
26 _response_tubes: Option<BTreeMap<u32, AsyncTube>>, in handle_translate_request() argument
Dunix.rs156 command_tube: AsyncTube, in handle_command_tube()
180 request_tube: Option<AsyncTube>, in handle_translate_request()
181 response_tubes: Option<BTreeMap<u32, AsyncTube>>, in handle_translate_request() argument
/external/crosvm/devices/src/virtio/
Dballoon.rs447 command_tube: &AsyncTube, in handle_stats_queue()
515 tube: &AsyncTube, in send_adjusted_response()
527 command_tube: &AsyncTube, in handle_event()
562 command_tube: &AsyncTube, in handle_events_queue()
675 wss_op_tube: Option<&AsyncTube>, in handle_wss_data_queue()
780 command_tube: &AsyncTube, in handle_command_tube()
827 wss_op_tube: Option<&AsyncTube>, in handle_wss_op_tube()
857 command_tube: &AsyncTube, in handle_pending_adjusted_responses()
/external/crosvm/devices/src/
Dlib.rs406 command_tube: AsyncTube, in handle_command_tube()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs356 command_tube: AsyncTube, in handle_vhost_user_command_tube()
375 command_tube: &Option<AsyncTube>, in handle_command_tube()
499 control_tube: &Option<AsyncTube>, in run_worker()