Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc104 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