Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc136 if (connector_ && connector_->handle_watcher_) in NotifyBeginNesting()
137 connector_->handle_watcher_->ArmOrNotify(); in NotifyBeginNesting()
350 if (handle_watcher_) in SetWatcherHeapProfilerTag()
351 handle_watcher_->set_heap_profiler_tag(tag); in SetWatcherHeapProfilerTag()
393 DCHECK(!handle_watcher_); in WaitToReadMore()
395 handle_watcher_.reset(new SimpleWatcher( in WaitToReadMore()
397 handle_watcher_->set_heap_profiler_tag(heap_profiler_tag_); in WaitToReadMore()
398 MojoResult rv = handle_watcher_->Watch( in WaitToReadMore()
414 handle_watcher_->ArmOrNotify(); in WaitToReadMore()
497 MojoResult arm_result = handle_watcher_->Arm(&ready_result); in ReadAllAvailableMessages()
[all …]
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe_drainer.cc19 handle_watcher_(FROM_HERE, in DataPipeDrainer()
24 handle_watcher_.Watch( in DataPipeDrainer()
Ddata_pipe_drainer.h38 mojo::SimpleWatcher handle_watcher_; variable
/external/libchrome/mojo/public/cpp/bindings/
Dconnector.h235 std::unique_ptr<SimpleWatcher> handle_watcher_; variable