/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_libevent_unittest.cc | 152 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 D | message_pump_libevent.cc | 95 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 D | message_pump_io_ios.cc | 47 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 D | message_pump_io_ios_unittest.cc | 60 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 D | fd_watch_controller_posix_unittest.cc | 62 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 D | message_pump_glib_unittest.cc | 674 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 D | watchable_io_message_pump_posix.h | 18 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
|
H A D | message_pump_io_ios.h | 52 void OnFileCanReadWithoutBlocking(int fd, MessagePumpIOSForIO* pump);
|
/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_pump_libevent_unittest.cc | 84 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 D | message_pump_libevent.cc | 83 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 D | message_loop_io_posix_unittest.cc | 59 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 D | watchable_io_message_pump_posix.h | 19 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
|
H A D | message_pump_libevent.h | 53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | notify_watcher_mac.cc | 33 base::BindRepeating(&NotifyWatcherMac::OnFileCanReadWithoutBlocking, in Watch() 45 void NotifyWatcherMac::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in net::NotifyWatcherMac
|
H A D | notify_watcher_mac.h | 39 void OnFileCanReadWithoutBlocking();
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_descriptor_watcher_posix.cc | 58 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 D | file_descriptor_watcher_posix.cc | 49 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 D | udp_socket_posix.h | 322 void OnFileCanReadWithoutBlocking(int /* fd */) override; 339 void OnFileCanReadWithoutBlocking(int /* fd */) override {} in OnFileCanReadWithoutBlocking() function
|
H A D | socket_posix.h | 111 void OnFileCanReadWithoutBlocking(int fd) override;
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/ |
D | watchable_io_message_pump_posix.h | 22 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
|
D | message_pump_libevent.h | 56 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/ |
D | watchable_io_message_pump_posix.h | 22 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
|
D | message_pump_libevent.h | 56 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | address_tracker_linux.cc | 390 base::BindRepeating(&AddressTrackerLinux::OnFileCanReadWithoutBlocking, in DumpInitialAddressesAndWatch() 594 void AddressTrackerLinux::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in net::internal::AddressTrackerLinux
|
H A D | address_tracker_linux.h | 210 void OnFileCanReadWithoutBlocking();
|