Home
last modified time | relevance | path

Searched refs:TimeoutCallback (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.h29 using TimeoutCallback = std::function<void(void)>; variable
39 const TimeoutCallback& on_timeout_callback);
59 TimeoutCallback timeout_cb_;
Dasync_fd_watcher.cc56 const TimeoutCallback& on_timeout_callback) { in ConfigureTimeout()
159 TimeoutCallback saved_cb; in ThreadRoutine()