Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice.rs696 let cancel_callback = Box::new(move || match canceller.cancel() { in submit_transfer() localVariable
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DPyShell.py1101 def cancel_callback(self, event=None): member in PyShell
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dpyshell.py1200 def cancel_callback(self, event=None): member in PyShell
/aosp_15_r20/external/libchrome/mojo/core/
H A Dtrap_unittest.cc70 void SetCancelCallback(base::OnceClosure cancel_callback) { in SetCancelCallback()