HomeSort by relevance Sort by last modified time
    Searched refs:WatchFileDescriptor (Results 1 - 25 of 36) sorted by null

1 2

  /system/connectivity/wificond/
event_loop.h 50 virtual bool WatchFileDescriptor(
looper_backed_event_loop.h 40 bool WatchFileDescriptor(
main.cpp 131 CHECK(event_dispatcher->WatchFileDescriptor(
137 CHECK(event_dispatcher->WatchFileDescriptor(
looper_backed_event_loop.cpp 92 bool LooperBackedEventLoop::WatchFileDescriptor(
103 LOG(ERROR) << "Invalid mode for WatchFileDescriptor().";
  /external/libbrillo/brillo/message_loops/
mock_message_loop.h 43 ON_CALL(*this, WatchFileDescriptor(
50 &FakeMessageLoop::WatchFileDescriptor)));
65 MOCK_METHOD5(WatchFileDescriptor,
71 using MessageLoop::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.h 30 TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
35 using MessageLoop::WatchFileDescriptor;
glib_message_loop_unittest.cc 43 TaskId task_id = loop_->WatchFileDescriptor(
56 TaskId task_id = loop_->WatchFileDescriptor(
message_loop_unittest.cc 121 EXPECT_EQ(MessageLoop::kTaskIdNull, this->loop_->WatchFileDescriptor(
124 EXPECT_EQ(MessageLoop::kTaskIdNull, this->loop_->WatchFileDescriptor(
134 TaskId task_id = this->loop_->WatchFileDescriptor(
153 TaskId task_id = this->loop_->WatchFileDescriptor(
164 // When a WatchFileDescriptor task is scheduled with |persistent| = true, we
171 TaskId task_id = this->loop_->WatchFileDescriptor(
188 TaskId task_id = this->loop_->WatchFileDescriptor(
207 TaskId read_task_id = this->loop_->WatchFileDescriptor(
215 TaskId write_task_id = this->loop_->WatchFileDescriptor(
246 TaskId task_id = this->loop_->WatchFileDescriptor(
    [all...]
fake_message_loop.h 43 TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
48 using MessageLoop::WatchFileDescriptor;
base_message_loop.h 46 TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
51 using MessageLoop::WatchFileDescriptor;
129 // all the arguments passed to WatchFileDescriptor() plus the assigned
fake_message_loop.cc 36 MessageLoop::TaskId FakeMessageLoop::WatchFileDescriptor(
fake_message_loop_unittest.cc 93 TaskId task_id = loop_->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(
321 return loop_->base_loop_->WatchFileDescriptor(
  /system/connectivity/wificond/tests/
looper_backed_event_loop_unittest.cpp 113 EXPECT_TRUE(event_loop_->WatchFileDescriptor(
128 EXPECT_TRUE(event_loop_->WatchFileDescriptor(
145 EXPECT_TRUE(event_loop_->WatchFileDescriptor(
  /external/libbrillo/brillo/
binder_watcher.cc 69 task_id_ = message_loop_->WatchFileDescriptor(
asynchronous_signal_handler.cc 48 fd_watcher_task_ = MessageLoop::current()->WatchFileDescriptor(
  /external/libchrome/base/message_loop/
message_pump_libevent.h 24 // Used with WatchFileDescriptor to asynchronously monitor the I/O readiness
37 // Object returned by WatchFileDescriptor to manage further watching.
100 bool WatchFileDescriptor(int fd,
message_loop.h 606 bool WatchFileDescriptor(
683 bool WatchFileDescriptor(int fd,
message_loop.cc 725 bool MessageLoopForUI::WatchFileDescriptor(
731 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
762 bool MessageLoopForIO::WatchFileDescriptor(int fd,
767 return ToPumpIO(pump_.get())->WatchFileDescriptor(
message_pump_libevent.cc 32 // MessagePumpLibevent::WatchFileDescriptor(),
134 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
143 // WatchFileDescriptor should be called on the pump thread. It is not
  /system/connectivity/wificond/tests/integration/
binder_dispatcher.cpp 88 CHECK(event_dispatcher_->WatchFileDescriptor(
  /system/media/brillo/audio/audioservice/
audio_daemon.cpp 75 message_loop->WatchFileDescriptor(fd, MessageLoop::kWatchRead,
  /external/libmojo/mojo/edk/system/
channel_posix.cc 215 base::MessageLoopForIO::current()->WatchFileDescriptor(
233 base::MessageLoopForIO::current()->WatchFileDescriptor(

Completed in 188 milliseconds

1 2