Home
last modified time | relevance | path

Searched refs:StopWatchingFileDescriptor (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_posix.cc227 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 Dudp_socket_posix.cc265 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/
Dasync_manager_unittest.cc115 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 Dmessage_pump_kqueue.cc66 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 Dfd_watch_controller_posix_unittest.cc165 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 Dmessage_pump_fuchsia.cc159 if (!StopWatchingFileDescriptor()) in ~FdWatchController()
177 bool MessagePumpFuchsia::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpFuchsia::FdWatchController
200 if (!controller->StopWatchingFileDescriptor()) in WatchFileDescriptor()
H A Dmessage_pump_kqueue.h40 bool StopWatchingFileDescriptor() override;
142 bool StopWatchingFileDescriptor(FdWatchController* controller);
H A Dmessage_pump_io_ios.cc16 StopWatchingFileDescriptor(); in ~FdWatchController()
19 bool MessagePumpIOSForIO::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpIOSForIO::FdWatchController
H A Dmessage_pump_glib.cc440 CHECK(StopWatchingFileDescriptor()); in ~FdWatchController()
448 bool MessagePumpGlib::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpGlib::FdWatchController
482 bool stopped = StopWatchingFileDescriptor(); in InitOrUpdate()
H A Dmessage_pump_libevent.cc55 CHECK(StopWatchingFileDescriptor()); in ~FdWatchController()
62 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpLibevent::FdWatchController
H A Dmessage_pump_libevent_unittest.cc211 controller_->StopWatchingFileDescriptor(); in OnFileCanWriteWithoutBlocking()
347 outer_controller_->StopWatchingFileDescriptor(); in OnFileCanReadWithoutBlocking()
H A Dwatchable_io_message_pump_posix.h47 virtual bool StopWatchingFileDescriptor() = 0;
H A Dmessage_pump_io_ios.h34 bool StopWatchingFileDescriptor() override;
H A Dmessage_pump_glib.h35 bool StopWatchingFileDescriptor() override;
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_io_posix_unittest.cc160 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 Dmessage_pump_libevent.cc52 StopWatchingFileDescriptor(); in ~FdWatchController()
60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpLibevent::FdWatchController
H A Dwatchable_io_message_pump_posix.h43 virtual bool StopWatchingFileDescriptor() = 0;
H A Dmessage_pump_libevent.h36 bool StopWatchingFileDescriptor() override;
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc130 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()
Dasync_manager.h77 void StopWatchingFileDescriptor(int file_descriptor);
/aosp_15_r20/tools/netsim/src/hci/
H A Dasync_manager.cc128 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/
Dwatchable_io_message_pump_posix.h46 virtual bool StopWatchingFileDescriptor() = 0;
Dmessage_pump_libevent.h39 bool StopWatchingFileDescriptor() override;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.h46 virtual bool StopWatchingFileDescriptor() = 0;
Dmessage_pump_libevent.h39 bool StopWatchingFileDescriptor() override;

12