Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dasync_types.rs16 pub struct AsyncTube { struct
20 impl AsyncTube { impl
21 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
37 impl Deref for AsyncTube { implementation
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dasync_types.rs22 pub struct AsyncTube { struct
27 impl AsyncTube { implementation
28 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
/aosp_15_r20/external/crosvm/devices/src/virtio/iommu/sys/
H A 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
H A Dlinux.rs158 command_tube: AsyncTube, in handle_command_tube()
182 request_tube: Option<AsyncTube>, in handle_translate_request()
183 response_tubes: Option<BTreeMap<u32, AsyncTube>>, in handle_translate_request() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dballoon.rs451 command_tube: &AsyncTube, in handle_stats_queue()
521 tube: &AsyncTube, in send_adjusted_response()
637 command_tube: &AsyncTube, in handle_ws_data_queue()
687 command_tube: &AsyncTube, in handle_command_tube()
765 command_tube: &AsyncTube, in handle_pending_adjusted_responses()
/aosp_15_r20/external/crosvm/devices/src/
H A Dlib.rs316 command_tube: AsyncTube, in handle_command_tube()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
H A Dwindows.rs87 mut gpu_control_tube: AsyncTube, in run_gpu_control_command_handler()
/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs348 command_tube: &Option<AsyncTube>, in handle_command_tube()
472 control_tube: &Option<AsyncTube>, in run_worker()