Home
last modified time | relevance | path

Searched refs:associated_group (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.h68 AssociatedGroup* associated_group() { in associated_group() function
69 return endpoint_client_ ? endpoint_client_->associated_group() : nullptr; in associated_group()
Dinterface_ptr_state.h175 AssociatedGroup* associated_group() { in associated_group() function
177 return endpoint_client()->associated_group(); in associated_group()
Dinterface_endpoint_client.cc175 AssociatedGroup* InterfaceEndpointClient::associated_group() { in associated_group() function in mojo::InterfaceEndpointClient
/external/libchrome/mojo/public/cpp/bindings/
Dthread_safe_interface_ptr.h59 const AssociatedGroup& associated_group) in ThreadSafeForwarder() argument
64 associated_group_(associated_group), in ThreadSafeForwarder()
312 associated_group_ = *ptr_.internal_state()->associated_group(); in PtrWrapper()
DBUILD.gn27 "associated_group.h",
38 "lib/associated_group.cc",
Dinterface_endpoint_client.h80 AssociatedGroup* associated_group();