Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking() function in base::MessagePumpLibevent::FileDescriptorWatcher
97 watcher_->OnFileCanReadWithoutBlocking(fd); in OnFileCanReadWithoutBlocking()
340 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
346 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
Dmessage_pump_libevent.h30 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
66 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
Dmessage_loop_unittest.cc694 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in base::__anon9ed8289d0211::QuitDelegate
/external/libbrillo/brillo/
Dasynchronous_signal_handler.cc53 base::Bind(&AsynchronousSignalHandler::OnFileCanReadWithoutBlocking, in Init()
74 void AsynchronousSignalHandler::OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in brillo::AsynchronousSignalHandler
Dasynchronous_signal_handler.h43 void OnFileCanReadWithoutBlocking();
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.h37 void OnFileCanReadWithoutBlocking(int fd) override;
Dfile_path_watcher_kqueue.cc233 void FilePathWatcherKQueue::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking() function in base::FilePathWatcherKQueue
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc119 void OnFileCanReadWithoutBlocking(int fd) override;
242 void AlarmTimer::Delegate::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking() function in timers::AlarmTimer::Delegate
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h148 void OnFileCanReadWithoutBlocking(int fd) override;
Dbase_message_loop.cc326 void BaseMessageLoop::IOTask::OnFileCanReadWithoutBlocking(int /* fd */) { in OnFileCanReadWithoutBlocking() function in brillo::BaseMessageLoop::IOTask
/external/libbrillo/brillo/streams/
Dfile_stream.cc93 base::Bind(&FileDescriptor::OnFileCanReadWithoutBlocking, in WaitForData()
172 void OnFileCanReadWithoutBlocking() { in OnFileCanReadWithoutBlocking() function in brillo::FileDescriptor
/external/libmojo/mojo/edk/system/
Dchannel_posix.cc266 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in mojo::edk::__anon1c8cc3c60111::ChannelPosix
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc52 void OnFileCanReadWithoutBlocking(int fd) override { in OnFileCanReadWithoutBlocking() function in brillo::http::curl::Transport::SocketPollData
/external/libchrome/dbus/
Dbus.cc82 void OnFileCanReadWithoutBlocking(int /*file_descriptor*/) override { in OnFileCanReadWithoutBlocking() function in dbus::__anon8d0cdfd00111::Watch