HomeSort by relevance Sort by last modified time
    Searched defs:WatchFileDescriptor (Results 1 - 6 of 6) 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 93 MessageLoop::TaskId BaseMessageLoop::WatchFileDescriptor(
310 return loop_->base_loop_->WatchFileDescriptor(
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 38 // MessagePumpLibevent::WatchFileDescriptor(),
142 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
151 // WatchFileDescriptor should be called on the pump thread. It is not
message_loop.cc 700 bool MessageLoopForUI::WatchFileDescriptor(
706 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
746 bool MessageLoopForIO::WatchFileDescriptor(int fd,
751 return ToPumpIO(pump_.get())->WatchFileDescriptor(

Completed in 548 milliseconds