Home
last modified time | relevance | path

Searched refs:try_cancel (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/usb/host_backend/
Dutils.rs63 let cancel_callback = Box::new(move || match canceller.try_cancel() { in submit_transfer()
/external/crosvm/devices/src/usb/xhci/
Dxhci_transfer.rs79 pub fn try_cancel(&mut self) { in try_cancel() method
210 state.lock().try_cancel(); in cancel_all()
/external/crosvm/usb_util/src/
Dusb_transfer.rs163 pub fn try_cancel(&self) -> bool { in try_cancel() method