Home
last modified time | relevance | path

Searched refs:fd_watcher_ (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc148 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_; member in timers::AlarmTimer::Delegate
228 fd_watcher_.reset(); in Stop()
281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in ResetImpl()
286 fd_watcher_.get(), this)) { in ResetImpl()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc322 fd_, persistent_, base_mode_, &fd_watcher_, this); in StartWatching()
327 fd_watcher_.StopWatchingFileDescriptor(); in StopWatching()
Dbase_message_loop.h137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_; variable