Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/utils/
H A Dasync_job_queue.rs19 pub struct AsyncJobQueue { struct
24 impl AsyncJobQueue { argument
26 pub fn init(event_loop: &EventLoop) -> Result<Arc<AsyncJobQueue>> { in init()
44 impl EventHandler for AsyncJobQueue { implementation
/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice_provider.rs149 job_queue: Arc<AsyncJobQueue>, in new()
H A Dendpoint.rs54 job_queue: Arc<AsyncJobQueue>, in new()
H A Ddevice.rs678 job_queue: &Arc<AsyncJobQueue>, in submit_transfer()