Home
last modified time | relevance | path

Searched refs:async_control (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dlib.rs222 let async_control = AsyncTube::new(&ex, device_ctrl_resp).unwrap(); in create_devices_worker_thread() localVariable
224 handle_command_tube(async_control, guest_memory, io_bus, mmio_bus).await in create_devices_worker_thread()
/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs1012 let async_control = in start_worker() localVariable
1030 let r = run_worker(&ex, &disk_state, &async_control, worker_rx, kill_evt).await; in start_worker()