Home
last modified time | relevance | path

Searched refs:watch_id_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc78 watch_id_(watch_id) {} in Context()
105 weak_watcher_->OnHandleReady(watch_id_, result, state); in Notify()
109 watch_id_, result, state)); in Notify()
115 const int watch_id_; member in mojo::SimpleWatcher::Context
158 watch_id_ += 1; in Watch()
163 watch_id_, &result); in Watch()
246 watch_id_, ready_result, ready_state)); in ArmOrNotify()
256 if (watch_id != watch_id_) in OnHandleReady()
Dsimple_watcher.h227 int watch_id_ = 0; variable