Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc25 scoped_refptr<AssociatedGroupController> group_controller) in State() argument
26 : id_(id), group_controller_(group_controller) {} in State()
157 AssociatedGroupController* group_controller() const { in group_controller() function in mojo::ScopedInterfaceEndpointHandle::State
177 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated() argument
192 group_controller_ = std::move(group_controller); in OnAssociated()
330 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller() function in mojo::ScopedInterfaceEndpointHandle
332 return state_->group_controller(); in group_controller()
357 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument
358 : state_(new State(id, std::move(group_controller))) { in ScopedInterfaceEndpointHandle()
359 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller()); in ScopedInterfaceEndpointHandle()
[all …]
Dinterface_endpoint_client.cc172 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()
193 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()
208 handle_.group_controller()->RaiseError(); in RaiseError()
220 auto* controller = handle_.group_controller(); in PrefersSerializedMessages()
235 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in Accept()
254 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in AcceptWithResponder()
354 controller_ = handle_.group_controller()->AttachEndpointClient(handle_, this, in InitControllerIfNecessary()
Dmessage.cc373 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles() argument
393 group_controller->AssociateInterface(std::move(handle)); in SerializeAssociatedEndpointHandles()
399 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles() argument
413 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]); in DeserializeAssociatedEndpointHandles()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h56 AssociatedGroupController* group_controller() const; in COMPONENT_EXPORT()
90 scoped_refptr<AssociatedGroupController> group_controller); in COMPONENT_EXPORT()
Dmessage.h189 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()
194 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()