Home
last modified time | relevance | path

Searched defs:AsyncJobQueue (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/utils/
Dasync_job_queue.rs13 pub struct AsyncJobQueue { struct
18 impl AsyncJobQueue { impl
20 pub fn init(event_loop: &EventLoop) -> Result<Arc<AsyncJobQueue>> { in init()
42 impl EventHandler for AsyncJobQueue { implementation
/external/crosvm/devices/src/usb/host_backend/
Dutils.rs47 job_queue: &Arc<AsyncJobQueue>, in submit_transfer()
Dusb_endpoint.rs36 job_queue: Arc<AsyncJobQueue>, in new()
Dhost_backend_device_provider.rs138 job_queue: Arc<AsyncJobQueue>, in new()
Dhost_device.rs61 job_queue: Arc<AsyncJobQueue>, in new()