/external/libchrome/base/message_loop/ |
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()
|
D | watchable_io_message_pump_posix.h | 19 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
|
D | message_loop_io_posix_unittest.cc | 59 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon30edc82f0111::TestHandler 102 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon30edc82f0111::CallClosureHandler
|
D | message_pump_libevent.h | 53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
/external/libbrillo/brillo/ |
D | asynchronous_signal_handler.cc | 53 base::Bind(&AsynchronousSignalHandler::OnFileCanReadWithoutBlocking, in Init() 74 void AsynchronousSignalHandler::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in brillo::AsynchronousSignalHandler
|
D | asynchronous_signal_handler.h | 43 void OnFileCanReadWithoutBlocking();
|
/external/libchrome/base/files/ |
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
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.h | 149 void OnFileCanReadWithoutBlocking(int fd) override;
|
D | base_message_loop.cc | 338 void BaseMessageLoop::IOTask::OnFileCanReadWithoutBlocking(int /* fd */) { in OnFileCanReadWithoutBlocking() function in brillo::BaseMessageLoop::IOTask
|
/external/libbrillo/brillo/streams/ |
D | file_stream.cc | 93 base::Bind(&FileDescriptor::OnFileCanReadWithoutBlocking, in WaitForData() 172 void OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in brillo::FileDescriptor
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 53 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in brillo::http::curl::Transport::SocketPollData
|
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 423 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in mojo::core::__anon7bef9a390111::ChannelPosix
|