Home
last modified time | relevance | path

Searched refs:WATCH_WRITE (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.h57 WATCH_WRITE = 1 << 1, enumerator
58 WATCH_READ_WRITE = WATCH_READ | WATCH_WRITE
Dmessage_loop_io_posix_unittest.cc139 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()
Dmessage_pump_libevent.cc135 DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE); in WatchFileDescriptor()
144 if (mode & WATCH_WRITE) { in WatchFileDescriptor()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc141 DCHECK_EQ(MessagePumpForIO::WATCH_WRITE, mode_); in OnFileCanWriteWithoutBlocking()
214 new Controller(MessagePumpForIO::WATCH_WRITE, fd, callback)); in WatchWritable()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc121 base_mode = base::MessagePumpForIO::WATCH_WRITE; in WatchFileDescriptor()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc376 watch_mode = base::MessagePumpForIO::WATCH_WRITE; in MultiSocketCallback()
/external/libchrome/mojo/core/
Dchannel_posix.cc327 base::MessagePumpForIO::WATCH_WRITE, write_watcher_.get(), this); in WaitForWriteOnIOThreadNoLock()