Home
last modified time | relevance | path

Searched refs:SyncWatch (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_controller.h32 virtual bool SyncWatch(const bool* should_stop) = 0;
Dsync_handle_watcher.h48 bool SyncWatch(const bool* should_stop);
Dconnector.h137 bool SyncWatch(const bool* should_stop);
/external/libmojo/mojo/public/cpp/bindings/lib/
Dconnector.cc195 bool Connector::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::Connector
204 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
Dsync_handle_watcher.cc36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::SyncHandleWatcher
Dinterface_endpoint_client.cc241 controller_->SyncWatch(&response_received); in AcceptWithResponder()
Dmultiplex_router.cc124 bool SyncWatch(const bool* should_stop) override { in SyncWatch() function in mojo::internal::MultiplexRouter::InterfaceEndpoint
128 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
Drouter.cc177 connector_.SyncWatch(&response_received); in AcceptWithResponder()