Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc42 watched_fds_[file_descriptor] = on_read_fd_ready_callback; in WatchFdForNonBlockingReads()
95 watched_fds_.clear(); in stopThread()
120 for (auto& it : watched_fds_) { in ThreadRoutine()
160 std::vector<decltype(watched_fds_)::value_type> saved_callbacks; in ThreadRoutine()
163 for (auto& it : watched_fds_) { in ThreadRoutine()
Dasync_fd_watcher.h56 std::map<int, ReadCallback> watched_fds_; variable