Searched refs:conn_watcher_ (Results 1 – 1 of 1) sorted by relevance
104 conn_watcher_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in ConfigureServer()108 conn_watcher_.ConfigureTimeout(std::chrono::seconds(0), []() { in ConfigureServer()120 conn_watcher_.ConfigureTimeout(std::chrono::seconds(1), []() { in ConfigureServer()128 conn_watcher_.StopWatchingFileDescriptors(); in CleanUpServer()192 AsyncFdWatcher conn_watcher_; member in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest