/aosp_15_r20/external/cronet/net/socket/ |
H A D | socket_posix.cc | 227 write_socket_watcher_.StopWatchingFileDescriptor(); in Connect() 315 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); in CancelReadIfReady() 455 bool ok = accept_socket_watcher_.StopWatchingFileDescriptor(); in AcceptCompleted() 482 bool ok = write_socket_watcher_.StopWatchingFileDescriptor(); in ConnectCompleted() 513 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); in ReadCompleted() 539 bool ok = write_socket_watcher_.StopWatchingFileDescriptor(); in WriteCompleted() 547 bool ok = accept_socket_watcher_.StopWatchingFileDescriptor(); in StopWatchingAndCleanUp() 549 ok = read_socket_watcher_.StopWatchingFileDescriptor(); in StopWatchingAndCleanUp() 551 ok = write_socket_watcher_.StopWatchingFileDescriptor(); in StopWatchingAndCleanUp()
|
H A D | udp_socket_posix.cc | 265 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); in Close() 267 ok = write_socket_watcher_.StopWatchingFileDescriptor(); in Close() 698 bool ok = read_socket_watcher_.StopWatchingFileDescriptor(); in DidCompleteRead() 738 write_socket_watcher_.StopWatchingFileDescriptor(); in DidCompleteWrite()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | async_manager_unittest.cc | 115 async_manager_.StopWatchingFileDescriptor(fd); in ReadIncomingMessage() 140 async_manager_.StopWatchingFileDescriptor(socket_fd_); in TearDown() 208 async_manager_.StopWatchingFileDescriptor(fd); in TEST_F() 357 async_manager_.StopWatchingFileDescriptor(fast_s_fd); in TEST_F() 366 async_manager_.StopWatchingFileDescriptor(fast_s_fd); in TEST_F() 367 async_manager_.StopWatchingFileDescriptor(slow_s_fd); in TEST_F()
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_kqueue.cc | 66 StopWatchingFileDescriptor(); in ~FdWatchController() 69 bool MessagePumpKqueue::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpKqueue::FdWatchController 72 return pump_->StopWatchingFileDescriptor(this); in StopWatchingFileDescriptor() 304 StopWatchingFileDescriptor(controller); in WatchFileDescriptor() 391 bool MessagePumpKqueue::StopWatchingFileDescriptor( in StopWatchingFileDescriptor() function in base::MessagePumpKqueue
|
H A D | fd_watch_controller_posix_unittest.cc | 165 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F() 166 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F() 243 controller_.StopWatchingFileDescriptor(); in DoAction() 410 controller->StopWatchingFileDescriptor(); in StopWatching() 485 controller->StopWatchingFileDescriptor(); in StopWatchingAndWatchAgain()
|
H A D | message_pump_fuchsia.cc | 159 if (!StopWatchingFileDescriptor()) in ~FdWatchController() 177 bool MessagePumpFuchsia::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpFuchsia::FdWatchController 200 if (!controller->StopWatchingFileDescriptor()) in WatchFileDescriptor()
|
H A D | message_pump_kqueue.h | 40 bool StopWatchingFileDescriptor() override; 142 bool StopWatchingFileDescriptor(FdWatchController* controller);
|
H A D | message_pump_io_ios.cc | 16 StopWatchingFileDescriptor(); in ~FdWatchController() 19 bool MessagePumpIOSForIO::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpIOSForIO::FdWatchController
|
H A D | message_pump_glib.cc | 440 CHECK(StopWatchingFileDescriptor()); in ~FdWatchController() 448 bool MessagePumpGlib::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpGlib::FdWatchController 482 bool stopped = StopWatchingFileDescriptor(); in InitOrUpdate()
|
H A D | message_pump_libevent.cc | 55 CHECK(StopWatchingFileDescriptor()); in ~FdWatchController() 62 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpLibevent::FdWatchController
|
H A D | message_pump_libevent_unittest.cc | 211 controller_->StopWatchingFileDescriptor(); in OnFileCanWriteWithoutBlocking() 347 outer_controller_->StopWatchingFileDescriptor(); in OnFileCanReadWithoutBlocking()
|
H A D | watchable_io_message_pump_posix.h | 47 virtual bool StopWatchingFileDescriptor() = 0;
|
H A D | message_pump_io_ios.h | 34 bool StopWatchingFileDescriptor() override;
|
H A D | message_pump_glib.h | 35 bool StopWatchingFileDescriptor() override;
|
/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_loop_io_posix_unittest.cc | 160 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F() 161 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F() 252 controller->StopWatchingFileDescriptor(); in StopWatching() 327 controller->StopWatchingFileDescriptor(); in StopWatchingAndWatchAgain()
|
H A D | message_pump_libevent.cc | 52 StopWatchingFileDescriptor(); in ~FdWatchController() 60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpLibevent::FdWatchController
|
H A D | watchable_io_message_pump_posix.h | 43 virtual bool StopWatchingFileDescriptor() = 0;
|
H A D | message_pump_libevent.h | 36 bool StopWatchingFileDescriptor() override;
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | async_manager.cc | 130 void StopWatchingFileDescriptor(int file_descriptor) { in StopWatchingFileDescriptor() function in rootcanal::AsyncManager::AsyncFdWatcher 543 void AsyncManager::StopWatchingFileDescriptor(int file_descriptor) { in StopWatchingFileDescriptor() function in rootcanal::AsyncManager 544 fdWatcher_p_->StopWatchingFileDescriptor(file_descriptor); in StopWatchingFileDescriptor()
|
D | async_manager.h | 77 void StopWatchingFileDescriptor(int file_descriptor);
|
/aosp_15_r20/tools/netsim/src/hci/ |
H A D | async_manager.cc | 128 void StopWatchingFileDescriptor(int file_descriptor) { in StopWatchingFileDescriptor() function in rootcanal::AsyncManager::AsyncFdWatcher 551 void AsyncManager::StopWatchingFileDescriptor(int file_descriptor) { in StopWatchingFileDescriptor() function in rootcanal::AsyncManager 552 fdWatcher_p_->StopWatchingFileDescriptor(file_descriptor); in StopWatchingFileDescriptor()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/ |
D | watchable_io_message_pump_posix.h | 46 virtual bool StopWatchingFileDescriptor() = 0;
|
D | message_pump_libevent.h | 39 bool StopWatchingFileDescriptor() override;
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/ |
D | watchable_io_message_pump_posix.h | 46 virtual bool StopWatchingFileDescriptor() = 0;
|
D | message_pump_libevent.h | 39 bool StopWatchingFileDescriptor() override;
|