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

  /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 base::Location& from_here,
89 // Convenience function to call WatchFileDescriptor() without a location.
90 TaskId WatchFileDescriptor(int fd,
94 return WatchFileDescriptor(
message_loop_unittest.cc 127 EXPECT_EQ(MessageLoop::kTaskIdNull, this->loop_->WatchFileDescriptor(
130 EXPECT_EQ(MessageLoop::kTaskIdNull, this->loop_->WatchFileDescriptor(
140 TaskId task_id = this->loop_->WatchFileDescriptor(
159 TaskId task_id = this->loop_->WatchFileDescriptor(
170 // When a WatchFileDescriptor task is scheduled with |persistent| = true, we
177 TaskId task_id = this->loop_->WatchFileDescriptor(
194 TaskId task_id = this->loop_->WatchFileDescriptor(
213 TaskId read_task_id = this->loop_->WatchFileDescriptor(
221 TaskId write_task_id = this->loop_->WatchFileDescriptor(
251 TaskId task_id = this->loop_->WatchFileDescriptor(
    [all...]
fake_message_loop.h 43 TaskId WatchFileDescriptor(const base::Location& from_here,
48 using MessageLoop::WatchFileDescriptor;
base_message_loop.h 47 TaskId WatchFileDescriptor(const base::Location& from_here,
52 using MessageLoop::WatchFileDescriptor;
130 // all the arguments passed to WatchFileDescriptor() plus the assigned
fake_message_loop.cc 36 MessageLoop::TaskId FakeMessageLoop::WatchFileDescriptor(
fake_message_loop_unittest.cc 94 TaskId task_id = loop_->WatchFileDescriptor(
base_message_loop.cc 105 MessageLoop::TaskId BaseMessageLoop::WatchFileDescriptor(
325 "MessagePumpForIO::WatchFileDescriptor is not supported "
329 loop_->base_loop_->pump_.get())->WatchFileDescriptor(
  /external/libchrome/base/message_loop/
message_loop_io_posix_unittest.cc 138 MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
157 MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
174 MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
187 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
213 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
236 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
265 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
286 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
307 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
329 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
    [all...]
message_loop_current.h 210 "MessageLoopCurrentForUI::WatchFileDescriptor is not supported "
212 bool WatchFileDescriptor(int fd,
268 bool WatchFileDescriptor(int fd,
message_loop_current.cc 153 bool MessageLoopCurrentForUI::WatchFileDescriptor(
160 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate);
221 bool MessageLoopCurrentForIO::WatchFileDescriptor(
228 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate);
message_pump_libevent.h 69 bool WatchFileDescriptor(int fd,
message_pump_libevent.cc 31 // MessagePumpLibevent::WatchFileDescriptor(),
127 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
136 // WatchFileDescriptor should be called on the pump thread. It is not
  /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/files/
file_descriptor_watcher_posix.cc 113 if (!MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
  /external/libchrome/mojo/core/
channel_posix.cc 299 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
305 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
325 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor(
  /external/libbrillo/brillo/streams/
file_stream.cc 88 read_watcher_ = MessageLoop::current()->WatchFileDescriptor(
106 write_watcher_ = MessageLoop::current()->WatchFileDescriptor(
  /external/libbrillo/brillo/http/
http_transport_curl.cc 386 // WatchFileDescriptor() can be called with the same controller object
395 CHECK(base::MessageLoopForIO::current()->WatchFileDescriptor(

Completed in 363 milliseconds