Home
last modified time | relevance | path

Searched refs:OnHandleReady (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc105 weak_watcher_->OnHandleReady(watch_id_, result, state); in Notify()
108 FROM_HERE, base::Bind(&SimpleWatcher::OnHandleReady, weak_watcher_, in Notify()
245 base::Bind(&SimpleWatcher::OnHandleReady, weak_factory_.GetWeakPtr(), in ArmOrNotify()
249 void SimpleWatcher::OnHandleReady(int watch_id, in OnHandleReady() function in mojo::SimpleWatcher
Dfile_data_pipe_producer.cc114 base::Bind(&FileSequenceState::OnHandleReady, this)); in StartFromFileOnFileSequence()
124 void OnHandleReady(MojoResult result, const HandleSignalsState& state) { in OnHandleReady() function in mojo::FileDataPipeProducer::FileSequenceState
Dsimple_watcher.h197 void OnHandleReady(int watch_id,
/external/libchrome/mojo/public/java/system/
Dwatcher_impl.cc37 auto ready_callback = base::BindRepeating(&WatcherImpl::OnHandleReady, in Start()
55 void OnHandleReady(MojoResult result) { in OnHandleReady() function in mojo::android::__anon5e8a88260111::WatcherImpl