Home
last modified time | relevance | path

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

/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