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

  /external/libbrillo/brillo/message_loops/
fake_message_loop.cc 36 MessageLoop::TaskId FakeMessageLoop::WatchFileDescriptor(
message_loop.h 83 virtual TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
89 // Convenience function to call WatchFileDescriptor() without a location.
90 TaskId WatchFileDescriptor(int fd,
94 return WatchFileDescriptor(
glib_message_loop.cc 38 // tasks. This is only used for WatchFileDescriptor below.
53 MessageLoop::TaskId GlibMessageLoop::WatchFileDescriptor(
base_message_loop.cc 104 MessageLoop::TaskId BaseMessageLoop::WatchFileDescriptor(
322 return loop_->base_loop_->WatchFileDescriptor(
  /system/connectivity/wificond/
looper_backed_event_loop.cpp 92 bool LooperBackedEventLoop::WatchFileDescriptor(
103 LOG(ERROR) << "Invalid mode for WatchFileDescriptor().";
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 31 // MessagePumpLibevent::WatchFileDescriptor(),
134 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
143 // WatchFileDescriptor should be called on the pump thread. It is not
message_loop.cc 624 bool MessageLoopForUI::WatchFileDescriptor(
630 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
659 bool MessageLoopForIO::WatchFileDescriptor(int fd,
664 return ToPumpIO(pump_.get())->WatchFileDescriptor(

Completed in 204 milliseconds