Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc139 bool SyncWatch(const SequenceLocalSyncEventWatcher* watcher, in SyncWatch() function in mojo::SequenceLocalSyncEventWatcher::SequenceLocalState
161 bool result = event_watcher_.SyncWatch(stop_flags, 2); in SyncWatch()
280 bool SequenceLocalSyncEventWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::SequenceLocalSyncEventWatcher
282 return registration_->shared_state()->SyncWatch( in SyncWatch()
Dsync_handle_watcher.cc36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::SyncHandleWatcher
Dsync_event_watcher.cc33 bool SyncEventWatcher::SyncWatch(const bool** stop_flags, in SyncWatch() function in mojo::SyncEventWatcher
Dconnector.cc335 bool Connector::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::Connector
344 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
Dmultiplex_router.cc142 bool SyncWatch(const bool* should_stop) override { in SyncWatch() function in mojo::internal::MultiplexRouter::InterfaceEndpoint
146 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
Dinterface_endpoint_client.cc285 controller_->SyncWatch(&response_received); in AcceptWithResponder()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_controller.h32 virtual bool SyncWatch(const bool* should_stop) = 0;
Dsequence_local_sync_event_watcher.h53 bool SyncWatch(const bool* should_stop);
Dsync_event_watcher.h47 bool SyncWatch(const bool** stop_flags, size_t num_stop_flags);
Dsync_handle_watcher.h49 bool SyncWatch(const bool* should_stop);
Dconnector.h177 bool SyncWatch(const bool* should_stop);
Dthread_safe_interface_ptr.h156 watcher.SyncWatch(stop_flags, 1); in AcceptWithResponder()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc512 bool SyncWatch(const bool* should_stop) override { in SyncWatch() function in IPC::__anonefff342a0111::ChannelAssociatedGroupController::Endpoint
521 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()