Home
last modified time | relevance | path

Searched refs:timeout_cb_ (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc56 timeout_cb_ = on_timeout_callback; in ConfigureTimeout()
101 timeout_cb_ = nullptr; in stopThread()
150 if (timeout_ms_ > std::chrono::milliseconds(0)) saved_cb = timeout_cb_; in ThreadRoutine()
Dasync_fd_watcher.h56 TimeoutCallback timeout_cb_; variable
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc60 timeout_cb_ = on_timeout_callback; in ConfigureTimeout()
105 timeout_cb_ = nullptr; in stopThread()
162 if (timeout_ms_ > std::chrono::milliseconds(0)) saved_cb = timeout_cb_; in ThreadRoutine()
Dasync_fd_watcher.h59 TimeoutCallback timeout_cb_; variable