Home
last modified time | relevance | path

Searched refs:AssociatedGroupController (Results 1 – 9 of 9) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h22 class AssociatedGroupController; variable
56 AssociatedGroupController* group_controller() const;
82 friend class AssociatedGroupController;
90 scoped_refptr<AssociatedGroupController> group_controller);
96 scoped_refptr<AssociatedGroupController> peer_group_controller);
113 base::Callback<AssociatedGroupController*()> CreateGroupControllerGetter()
Dassociated_group.h15 class AssociatedGroupController; variable
24 explicit AssociatedGroup(scoped_refptr<AssociatedGroupController> controller);
42 AssociatedGroupController* GetController();
45 base::Callback<AssociatedGroupController*()> controller_getter_;
46 scoped_refptr<AssociatedGroupController> controller_;
Dassociated_group_controller.h26 class MOJO_CPP_BINDINGS_EXPORT AssociatedGroupController
27 : public base::RefCountedThreadSafe<AssociatedGroupController> {
73 friend class base::RefCountedThreadSafe<AssociatedGroupController>;
88 virtual ~AssociatedGroupController();
Dmessage.h27 class AssociatedGroupController; variable
151 AssociatedGroupController* group_controller);
156 AssociatedGroupController* group_controller);
/external/libmojo/mojo/public/cpp/bindings/lib/
Dassociated_group_controller.cc11 AssociatedGroupController::~AssociatedGroupController() {} in ~AssociatedGroupController()
14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) { in CreateScopedInterfaceEndpointHandle()
18 bool AssociatedGroupController::NotifyAssociation( in NotifyAssociation()
Dscoped_interface_endpoint_handle.cc24 scoped_refptr<AssociatedGroupController> group_controller) in State()
37 scoped_refptr<AssociatedGroupController> cached_group_controller; in Close()
124 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation()
156 AssociatedGroupController* group_controller() const { in group_controller()
176 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated()
277 scoped_refptr<AssociatedGroupController> group_controller_;
329 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller()
356 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle()
363 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation()
374 base::Callback<AssociatedGroupController*()>
Dassociated_group.cc14 scoped_refptr<AssociatedGroupController> controller) in AssociatedGroup()
27 AssociatedGroupController* AssociatedGroup::GetController() { in GetController()
Dmessage.cc169 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles()
191 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles()
Dmultiplex_router.h57 public AssociatedGroupController, in NON_EXPORTED_BASE()