Searched refs:async_fd_watcher_ (Results 1 – 2 of 2) sorted by relevance
114 async_fd_watcher_.WatchFdForNonBlockingReads( in ConfigureServer()127 async_fd_watcher_.StopWatchingFileDescriptors(); in CleanUpServer()154 async_fd_watcher_.ConfigureTimeout(timeout_ms, [this]() { OnTimeout(); }); in SetTimeout()191 AsyncFdWatcher async_fd_watcher_; member in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
112 async_fd_watcher_.WatchFdForNonBlockingReads( in ConfigureServer()125 async_fd_watcher_.StopWatchingFileDescriptors(); in CleanUpServer()152 async_fd_watcher_.ConfigureTimeout(timeout_ms, [this]() { OnTimeout(); }); in SetTimeout()189 AsyncFdWatcher async_fd_watcher_; member in android::hardware::bluetooth::async_test::AsyncFdWatcherSocketTest