Searched refs:WATCH_WRITE (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/message_loop/ |
D | watchable_io_message_pump_posix.h | 57 WATCH_WRITE = 1 << 1, enumerator 58 WATCH_READ_WRITE = WATCH_READ | WATCH_WRITE
|
D | message_loop_io_posix_unittest.cc | 139 write_fd_.get(), true, MessagePumpForIO::WATCH_WRITE, &watcher, in TEST_F() 158 write_fd_.get(), true, MessagePumpForIO::WATCH_WRITE, &watcher, in TEST_F() 175 write_fd_.get(), true, MessagePumpForIO::WATCH_WRITE, in TEST_F() 214 write_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_WRITE, in TEST_F()
|
D | message_pump_libevent.cc | 135 DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE); in WatchFileDescriptor() 144 if (mode & WATCH_WRITE) { in WatchFileDescriptor()
|
/external/libchrome/base/files/ |
D | file_descriptor_watcher_posix.cc | 141 DCHECK_EQ(MessagePumpForIO::WATCH_WRITE, mode_); in OnFileCanWriteWithoutBlocking() 214 new Controller(MessagePumpForIO::WATCH_WRITE, fd, callback)); in WatchWritable()
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 121 base_mode = base::MessagePumpForIO::WATCH_WRITE; in WatchFileDescriptor()
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 376 watch_mode = base::MessagePumpForIO::WATCH_WRITE; in MultiSocketCallback()
|
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 327 base::MessagePumpForIO::WATCH_WRITE, write_watcher_.get(), this); in WaitForWriteOnIOThreadNoLock()
|