Searched refs:OnHandleReady (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/mojo/public/cpp/system/ |
D | simple_watcher.cc | 105 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
|
D | file_data_pipe_producer.cc | 114 base::Bind(&FileSequenceState::OnHandleReady, this)); in StartFromFileOnFileSequence() 124 void OnHandleReady(MojoResult result, const HandleSignalsState& state) { in OnHandleReady() function in mojo::FileDataPipeProducer::FileSequenceState
|
D | simple_watcher.h | 197 void OnHandleReady(int watch_id,
|
/external/libchrome/mojo/public/java/system/ |
D | watcher_impl.cc | 37 auto ready_callback = base::BindRepeating(&WatcherImpl::OnHandleReady, in Start() 55 void OnHandleReady(MojoResult result) { in OnHandleReady() function in mojo::android::__anon5e8a88260111::WatcherImpl
|