Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc134 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()
137 async_manager_.WatchFdForNonBlockingReads( in SetUp()
211 async_manager_.WatchFdForNonBlockingReads(connection_fd_, [&](int fd) { in TEST_F()
338 async_manager_.WatchFdForNonBlockingReads(slow_s_fd, [&](int /*fd*/) { in TEST_F()
347 async_manager_.WatchFdForNonBlockingReads(fast_s_fd, [&](int /*fd*/) { in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc107 int WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in rootcanal::AsyncManager::AsyncFdWatcher
556 int AsyncManager::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in rootcanal::AsyncManager
558 return fdWatcher_p_->WatchFdForNonBlockingReads(file_descriptor, in WatchFdForNonBlockingReads()
Dasync_manager.h73 int WatchFdForNonBlockingReads(int file_descriptor,
/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc146 return am_->WatchFdForNonBlockingReads( in WatchForNonBlockingRead()