Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc47 watched_fds_[file_descriptor] = on_read_fd_ready_callback; in WatchFdForNonBlockingReads()
100 watched_fds_.clear(); in stopThread()
136 for (auto& it : watched_fds_) { in ThreadRoutine()
179 for (auto& it : watched_fds_) { in ThreadRoutine()
Dasync_fd_watcher.h56 std::map<int, ReadCallback> watched_fds_; variable