Searched refs:WATCH_READ (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_io_posix_unittest.cc | 188 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ, in TEST_F() 237 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ, in TEST_F() 266 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ, in TEST_F() 287 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ, in TEST_F() 308 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ, in TEST_F() 330 fd, /*persistent=*/true, MessagePumpForIO::WATCH_READ, controller, in StopWatchingAndWatchAgain() 350 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ, in TEST_F() 377 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ, in TEST_F() 408 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ, in TEST_F()
|
D | watchable_io_message_pump_posix.h | 56 WATCH_READ = 1 << 0, enumerator 58 WATCH_READ_WRITE = WATCH_READ | WATCH_WRITE
|
D | message_pump_libevent.cc | 135 DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE); in WatchFileDescriptor() 141 if (mode & WATCH_READ) { in WatchFileDescriptor()
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 115 base::MessagePumpForIO::Mode base_mode = base::MessagePumpForIO::WATCH_READ; in WatchFileDescriptor() 118 base_mode = base::MessagePumpForIO::WATCH_READ; in WatchFileDescriptor() 372 << (base_mode_ == base::MessagePumpForIO::WATCH_READ ? in OnFileReady() 400 << (base_mode_ == base::MessagePumpForIO::WATCH_READ ? in OnFileReadyPostedTask()
|
/external/libchrome/base/files/ |
D | file_descriptor_watcher_posix.cc | 130 DCHECK_EQ(MessagePumpForIO::WATCH_READ, mode_); in OnFileCanReadWithoutBlocking() 208 return WrapUnique(new Controller(MessagePumpForIO::WATCH_READ, fd, callback)); in WatchReadable()
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 370 base::MessagePumpForIO::Mode watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback() 373 watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback()
|
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 301 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread() 307 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()
|