Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc152 void OnFileCanReadWithoutBlocking(int fd) override {} in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::StupidWatcher
167 void OnFileCanReadWithoutBlocking(int /* fd */) override { NOTREACHED(); } in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::BaseWatcher
242 void OnFileCanReadWithoutBlocking(int /* fd */) override { in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::NestedPumpWatcher
270 void OnFileCanReadWithoutBlocking(int /* fd */) override { in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::QuitWatcher
344 void OnFileCanReadWithoutBlocking(int) override { in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::InnerNestedWatcher
373 void OnFileCanReadWithoutBlocking(int) override { in OnFileCanReadWithoutBlocking() function in base::__anon72ae66c90111::OuterNestedWatcher
H A Dmessage_pump_libevent.cc95 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::MessagePumpLibevent::FdWatchController
102 watcher_->OnFileCanReadWithoutBlocking(fd); in OnFileCanReadWithoutBlocking()
129 watcher_->OnFileCanReadWithoutBlocking(epoll_interest_->params().fd); in OnFdReadable()
446 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
452 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
H A Dmessage_pump_io_ios.cc47 void MessagePumpIOSForIO::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::MessagePumpIOSForIO::FdWatchController
51 watcher_->OnFileCanReadWithoutBlocking(fd); in OnFileCanReadWithoutBlocking()
181 controller->OnFileCanReadWithoutBlocking(fd, pump); in HandleFdIOEvent()
H A Dmessage_pump_io_ios_unittest.cc60 void OnFileCanReadWithoutBlocking(int fd) override {} in OnFileCanReadWithoutBlocking() function in base::__anonc9e454d20111::StupidWatcher
73 void OnFileCanReadWithoutBlocking(int /* fd */) override { NOTREACHED(); } in OnFileCanReadWithoutBlocking() function in base::__anonc9e454d20111::BaseWatcher
H A Dfd_watch_controller_posix_unittest.cc62 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon936660200111::TestHandler
107 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon936660200111::CallClosureHandler
217 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon936660200111::ReaderWriterHandler
H A Dmessage_pump_glib_unittest.cc674 void OnFileCanReadWithoutBlocking(int /* fd */) override { NOTREACHED(); } in OnFileCanReadWithoutBlocking() function in base::__anon64ced08e0711::BaseWatcher
733 void OnFileCanReadWithoutBlocking(int /* fd */) override { in OnFileCanReadWithoutBlocking() function in base::__anon64ced08e0711::NestedPumpWatcher
750 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon64ced08e0711::QuitWatcher
H A Dwatchable_io_message_pump_posix.h18 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
H A Dmessage_pump_io_ios.h52 void OnFileCanReadWithoutBlocking(int fd, MessagePumpIOSForIO* pump);
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc84 void OnFileCanReadWithoutBlocking(int fd) override {} in OnFileCanReadWithoutBlocking() function in base::__anon53b7a2530111::StupidWatcher
102 void OnFileCanReadWithoutBlocking(int /* fd */) override { NOTREACHED(); } in OnFileCanReadWithoutBlocking() function in base::__anon53b7a2530111::BaseWatcher
172 void OnFileCanReadWithoutBlocking(int /* fd */) override { in OnFileCanReadWithoutBlocking() function in base::__anon53b7a2530111::NestedPumpWatcher
203 void OnFileCanReadWithoutBlocking(int /* fd */) override { in OnFileCanReadWithoutBlocking() function in base::__anon53b7a2530111::QuitWatcher
H A Dmessage_pump_libevent.cc83 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::MessagePumpLibevent::FdWatchController
90 watcher_->OnFileCanReadWithoutBlocking(fd); in OnFileCanReadWithoutBlocking()
325 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
331 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
H A Dmessage_loop_io_posix_unittest.cc59 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon4dbaf1dc0111::TestHandler
102 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon4dbaf1dc0111::CallClosureHandler
H A Dwatchable_io_message_pump_posix.h19 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
H A Dmessage_pump_libevent.h53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
/aosp_15_r20/external/cronet/net/dns/
H A Dnotify_watcher_mac.cc33 base::BindRepeating(&NotifyWatcherMac::OnFileCanReadWithoutBlocking, in Watch()
45 void NotifyWatcherMac::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in net::NotifyWatcherMac
H A Dnotify_watcher_mac.h39 void OnFileCanReadWithoutBlocking();
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_descriptor_watcher_posix.cc58 void OnFileCanReadWithoutBlocking(int fd) override;
127 void FileDescriptorWatcher::Controller::Watcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::FileDescriptorWatcher::Controller::Watcher
/aosp_15_r20/external/cronet/base/files/
H A Dfile_descriptor_watcher_posix.cc49 void OnFileCanReadWithoutBlocking(int fd) override;
126 void FileDescriptorWatcher::Controller::Watcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::FileDescriptorWatcher::Controller::Watcher
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_posix.h322 void OnFileCanReadWithoutBlocking(int /* fd */) override;
339 void OnFileCanReadWithoutBlocking(int /* fd */) override {} in OnFileCanReadWithoutBlocking() function
H A Dsocket_posix.h111 void OnFileCanReadWithoutBlocking(int fd) override;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.h22 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
Dmessage_pump_libevent.h56 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.h22 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
Dmessage_pump_libevent.h56 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
/aosp_15_r20/external/cronet/net/base/
H A Daddress_tracker_linux.cc390 base::BindRepeating(&AddressTrackerLinux::OnFileCanReadWithoutBlocking, in DumpInitialAddressesAndWatch()
594 void AddressTrackerLinux::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in net::internal::AddressTrackerLinux
H A Daddress_tracker_linux.h210 void OnFileCanReadWithoutBlocking();

12