Home
last modified time | relevance | path

Searched refs:group_controller (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc24 scoped_refptr<AssociatedGroupController> group_controller) in State() argument
25 : id_(id), group_controller_(group_controller) {} in State()
156 AssociatedGroupController* group_controller() const { in group_controller() function in mojo::ScopedInterfaceEndpointHandle::State
176 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated() argument
191 group_controller_ = std::move(group_controller); in OnAssociated()
329 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller() function in mojo::ScopedInterfaceEndpointHandle
331 return state_->group_controller(); in group_controller()
356 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument
357 : state_(new State(id, std::move(group_controller))) { in ScopedInterfaceEndpointHandle()
358 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller()); in ScopedInterfaceEndpointHandle()
[all …]
Dinterface_endpoint_client.cc169 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()
190 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()
205 handle_.group_controller()->RaiseError(); in RaiseError()
227 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in Accept()
245 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in AcceptWithResponder()
345 controller_ = handle_.group_controller()->AttachEndpointClient(handle_, this, in InitControllerIfNecessary()
Dmessage.cc169 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles() argument
185 group_controller->AssociateInterface(std::move(handle)); in SerializeAssociatedEndpointHandles()
191 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles() argument
202 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]); in DeserializeAssociatedEndpointHandles()
/external/libmojo/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h56 AssociatedGroupController* group_controller() const;
90 scoped_refptr<AssociatedGroupController> group_controller);
Dmessage.h151 AssociatedGroupController* group_controller);
156 AssociatedGroupController* group_controller);