Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.h80 WATCH_READ = 1 << 0, enumerator
82 WATCH_READ_WRITE = WATCH_READ | WATCH_WRITE
Dmessage_loop.h660 WATCH_READ = MessagePumpIOSForIO::WATCH_READ, enumerator
670 WATCH_READ = MessagePumpLibevent::WATCH_READ, enumerator
Dmessage_pump_libevent.cc142 DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE); in WatchFileDescriptor()
148 if (mode & WATCH_READ) { in WatchFileDescriptor()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc114 base::MessageLoopForIO::Mode base_mode = base::MessageLoopForIO::WATCH_READ; in WatchFileDescriptor()
117 base_mode = base::MessageLoopForIO::WATCH_READ; in WatchFileDescriptor()
364 << (base_mode_ == base::MessageLoopForIO::WATCH_READ ? in OnFileReady()
392 << (base_mode_ == base::MessageLoopForIO::WATCH_READ ? in OnFileReadyPostedTask()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc359 base::MessageLoopForIO::Mode watch_mode = base::MessageLoopForIO::WATCH_READ; in MultiSocketCallback()
362 watch_mode = base::MessageLoopForIO::WATCH_READ; in MultiSocketCallback()
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc357 kqueue_, true, MessageLoopForIO::WATCH_READ, &kqueue_watcher_, this); in Watch()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc285 alarm_fd_, false, base::MessageLoopForIO::WATCH_READ, in ResetImpl()
/external/libchrome/dbus/
Dbus.cc59 base::MessageLoopForIO::Mode mode = base::MessageLoopForIO::WATCH_READ; in StartWatching()
63 mode = base::MessageLoopForIO::WATCH_READ; in StartWatching()
/external/libmojo/mojo/edk/system/
Dchannel_posix.cc217 base::MessageLoopForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()