Home
last modified time | relevance | path

Searched refs:WatchFileDescriptor (Results 1 – 25 of 29) sorted by relevance

12

/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc138 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
157 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
174 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
187 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
213 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
236 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
265 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
286 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
307 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
329 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StopWatchingAndWatchAgain()
[all …]
Dmessage_loop_current.cc153 bool MessageLoopCurrentForUI::WatchFileDescriptor( in WatchFileDescriptor() function in base::MessageLoopCurrentForUI
160 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate); in WatchFileDescriptor()
221 bool MessageLoopCurrentForIO::WatchFileDescriptor( in WatchFileDescriptor() function in base::MessageLoopCurrentForIO
228 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate); in WatchFileDescriptor()
Dmessage_pump_libevent_unittest.cc129 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
152 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
186 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
237 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpLibevent::WATCH_READ, in TEST_F()
Dmessage_loop_current.h213 bool WatchFileDescriptor(int fd,
269 bool WatchFileDescriptor(int fd,
Dmessage_pump_libevent.h69 bool WatchFileDescriptor(int fd,
Dmessage_pump_libevent.cc127 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpLibevent
/external/cronet/base/message_loop/
Dfd_watch_controller_posix_unittest.cc141 CurrentIOThread::Get()->WatchFileDescriptor(write_fd_.get(), true, in TEST_F()
160 CurrentIOThread::Get()->WatchFileDescriptor(write_fd_.get(), true, in TEST_F()
177 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
286 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_P()
319 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_P()
336 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
362 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
385 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
414 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
435 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F()
[all …]
Dmessage_pump_io_ios_unittest.cc100 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
121 pump_->WatchFileDescriptor(fd_to_start_watching_, in OnFileCanWriteWithoutBlocking()
135 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
146 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
Dmessage_pump_libevent_unittest.cc161 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_P()
186 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_P()
220 pump->WatchFileDescriptor(pipefds_[1], false, MessagePumpLibevent::WATCH_READ, in TEST_P()
271 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpLibevent::WATCH_READ, in TEST_P()
Dmessage_pump_glib_unittest.cc766 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_F()
781 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_F()
795 pump->WatchFileDescriptor(pipefds_[1], false, MessagePumpGlib::WATCH_READ, in TEST_F()
813 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpGlib::WATCH_READ, in TEST_F()
Dmessage_pump_io_ios.h70 bool WatchFileDescriptor(int fd,
Dmessage_pump_epoll.h43 bool WatchFileDescriptor(int fd,
Dmessage_pump_glib.h80 bool WatchFileDescriptor(int fd,
Dmessage_pump_libevent.cc193 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpLibevent
200 return epoll_pump_->WatchFileDescriptor(fd, persistent, mode, controller, in WatchFileDescriptor()
Dmessage_pump_fuchsia.h139 bool WatchFileDescriptor(int fd,
Dmessage_pump_kqueue.h128 bool WatchFileDescriptor(int fd,
Dmessage_pump_io_ios.cc67 bool MessagePumpIOSForIO::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpIOSForIO
Dmessage_pump_libevent.h194 bool WatchFileDescriptor(int fd,
Dmessage_pump_fuchsia.cc181 bool MessagePumpFuchsia::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpFuchsia
/external/cronet/base/task/
Dcurrent_thread.cc153 bool CurrentUIThread::WatchFileDescriptor( in WatchFileDescriptor() function in base::CurrentUIThread
160 return GetMessagePumpForUI()->WatchFileDescriptor(fd, persistent, mode, in WatchFileDescriptor()
229 bool CurrentIOThread::WatchFileDescriptor( in WatchFileDescriptor() function in base::CurrentIOThread
236 return GetMessagePumpForIO()->WatchFileDescriptor(fd, persistent, mode, in WatchFileDescriptor()
Dcurrent_thread.h221 bool WatchFileDescriptor(int fd,
280 bool WatchFileDescriptor(int fd,
/external/cronet/net/socket/
Dsocket_posix.cc180 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in Accept()
205 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in Connect()
301 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in ReadIfReady()
351 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in WaitForWrite()
/external/libchrome/mojo/core/
Dchannel_posix.cc299 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
305 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
325 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in WaitForWriteOnIOThreadNoLock()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc113 if (!MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartWatching()
/external/cronet/base/files/
Dfile_descriptor_watcher_posix.cc115 const bool watch_success = CurrentIOThread::Get()->WatchFileDescriptor( in StartWatching()

12