Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc188 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()
Dwatchable_io_message_pump_posix.h56 WATCH_READ = 1 << 0, enumerator
58 WATCH_READ_WRITE = WATCH_READ | WATCH_WRITE
Dmessage_pump_libevent.cc135 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/
Dbase_message_loop.cc115 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/
Dfile_descriptor_watcher_posix.cc130 DCHECK_EQ(MessagePumpForIO::WATCH_READ, mode_); in OnFileCanReadWithoutBlocking()
208 return WrapUnique(new Controller(MessagePumpForIO::WATCH_READ, fd, callback)); in WatchReadable()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc370 base::MessagePumpForIO::Mode watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback()
373 watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback()
/external/libchrome/mojo/core/
Dchannel_posix.cc301 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()
307 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()