Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc55 timeout_cb_ = on_timeout_callback; in ConfigureTimeout()
100 timeout_cb_ = nullptr; in stopThread()
146 if (timeout_ms_ > std::chrono::milliseconds(0)) saved_cb = timeout_cb_; in ThreadRoutine()
Dasync_fd_watcher.h59 TimeoutCallback timeout_cb_; variable