Home
last modified time | relevance | path

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

/external/autotest/client/deps/lansim/src/py/
Dsimulator.py181 stop_callback = None
185 stop_callback = lambda: self.stop() function
186 self.add_timeout(timeout, stop_callback)
269 if stop_callback:
270 self.remove_timeout(stop_callback)
/external/crosvm/devices/src/usb/xhci/
Dring_buffer_controller.rs80 stop_callback: Mutex<Vec<RingBufferStopCallback>>, field
108 stop_callback: Mutex::new(Vec::new()), in new_with_handler()
165 self.stop_callback.lock().push(callback); in stop()
201 self.stop_callback.lock().clear(); in on_event()
216 self.stop_callback.lock().clear(); in on_event()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc312 std::function<void(const DomainName&)> stop_callback( in ReinitializeQueries() local
316 graph_->StopTracking(domain, std::move(stop_callback)); in ReinitializeQueries()