Searched refs:OnFileCanReadWithoutBlocking (Results 1 - 13 of 13) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.h46 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
82 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
H A Dmessage_pump_libevent.cc96 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( function in class:base::MessagePumpLibevent::FileDescriptorWatcher
103 watcher_->OnFileCanReadWithoutBlocking(fd);
365 controller->OnFileCanReadWithoutBlocking(fd, pump);
371 controller->OnFileCanReadWithoutBlocking(fd, pump);
H A Dmessage_loop_unittest.cc767 void OnFileCanReadWithoutBlocking(int fd) override {
/external/libbrillo/brillo/
H A Dasynchronous_signal_handler.cc53 base::Bind(&AsynchronousSignalHandler::OnFileCanReadWithoutBlocking,
74 void AsynchronousSignalHandler::OnFileCanReadWithoutBlocking() { function in class:brillo::AsynchronousSignalHandler
H A Dasynchronous_signal_handler.h44 void OnFileCanReadWithoutBlocking();
/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.h37 void OnFileCanReadWithoutBlocking(int fd) override;
H A Dfile_path_watcher_kqueue.cc233 void FilePathWatcherKQueue::OnFileCanReadWithoutBlocking(int fd) { function in class:base::FilePathWatcherKQueue
/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.h144 void OnFileCanReadWithoutBlocking(int fd) override;
H A Dbase_message_loop.cc319 void BaseMessageLoop::IOTask::OnFileCanReadWithoutBlocking(int /* fd */) { function in class:brillo::BaseMessageLoop::IOTask
/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.cc119 void OnFileCanReadWithoutBlocking(int fd) override;
238 void AlarmTimer::Delegate::OnFileCanReadWithoutBlocking(int fd) { function in class:timers::AlarmTimer::Delegate
/external/libbrillo/brillo/streams/
H A Dfile_stream.cc93 base::Bind(&FileDescriptor::OnFileCanReadWithoutBlocking,
172 void OnFileCanReadWithoutBlocking() { function in class:brillo::FileDescriptor
/external/libbrillo/brillo/http/
H A Dhttp_transport_curl.cc52 void OnFileCanReadWithoutBlocking(int fd) override {
/external/libchrome/dbus/
H A Dbus.cc81 void OnFileCanReadWithoutBlocking(int /* file_descriptor */) override {

Completed in 140 milliseconds