Searched defs:OnFileCanWriteWithoutBlocking (Results 1 - 5 of 5) sorted by relevance

/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.cc334 void BaseMessageLoop::IOTask::OnFileCanWriteWithoutBlocking(int /* fd */) { function in class:brillo::BaseMessageLoop::IOTask
/external/libchrome/base/files/
H A Dfile_path_watcher_kqueue.cc306 void FilePathWatcherKQueue::OnFileCanWriteWithoutBlocking(int /* fd */) { function in class:base::FilePathWatcherKQueue
/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.cc93 // Since OnFileCanWriteWithoutBlocking() gets called first, it can stop
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( function in class:base::MessagePumpLibevent::FileDescriptorWatcher
104 watcher_->OnFileCanWriteWithoutBlocking(fd);
338 controller->OnFileCanWriteWithoutBlocking(fd, pump);
344 controller->OnFileCanWriteWithoutBlocking(fd, pump);
/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.cc120 void OnFileCanWriteWithoutBlocking(int fd) override;
261 void AlarmTimer::Delegate::OnFileCanWriteWithoutBlocking(int /*fd*/) { function in class:timers::AlarmTimer::Delegate
/external/libbrillo/brillo/streams/
H A Dfile_stream.cc111 base::Bind(&FileDescriptor::OnFileCanWriteWithoutBlocking,
179 void OnFileCanWriteWithoutBlocking() { function in class:brillo::FileDescriptor

Completed in 241 milliseconds