HomeSort by relevance Sort by last modified time
    Searched defs:OnFileCanReadWithoutBlocking (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 53 base::Bind(&AsynchronousSignalHandler::OnFileCanReadWithoutBlocking,
74 void AsynchronousSignalHandler::OnFileCanReadWithoutBlocking() {
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
97 watcher_->OnFileCanReadWithoutBlocking(fd);
340 controller->OnFileCanReadWithoutBlocking(fd, pump);
346 controller->OnFileCanReadWithoutBlocking(fd, pump);
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 330 void BaseMessageLoop::IOTask::OnFileCanReadWithoutBlocking(int /* fd */) {
  /external/libbrillo/brillo/streams/
file_stream.cc 93 base::Bind(&FileDescriptor::OnFileCanReadWithoutBlocking,
172 void OnFileCanReadWithoutBlocking() {
  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 233 void FilePathWatcherKQueue::OnFileCanReadWithoutBlocking(int fd) {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 119 void OnFileCanReadWithoutBlocking(int fd) override;
242 void AlarmTimer::Delegate::OnFileCanReadWithoutBlocking(int fd) {

Completed in 799 milliseconds