Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dhandle_interface_serialization.h28 DCHECK_EQ(input.handle().group_controller(),
29 context->group_controller.get());
37 output->set_handle(context->group_controller->CreateLocalEndpointHandle(
51 DCHECK_EQ(input.handle().group_controller(),
52 context->group_controller.get());
59 output->Bind(context->group_controller->CreateLocalEndpointHandle(
Dinterface_endpoint_client.cc153 controller_ = handle_.group_controller()->AttachEndpointClient( in InterfaceEndpointClient()
162 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()
167 associated_group_ = handle_.group_controller()->CreateAssociatedGroup(); in associated_group()
184 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()
192 handle_.group_controller()->RaiseError(); in RaiseError()
Dscoped_interface_endpoint_handle.cc65 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument
68 group_controller_(std::move(group_controller)) { in ScopedInterfaceEndpointHandle()
Dassociated_interface_ptr_state.h93 proxy_->serialization_context()->group_controller = in Bind()
94 endpoint_client_->group_controller(); in Bind()
Dserialization_context.h65 scoped_refptr<AssociatedGroupController> group_controller; member
Dserialization_context.cc55 : group_controller(std::move(in_group_controller)) {} in SerializationContext()
Dinterface_ptr_state.h319 proxy_->serialization_context()->group_controller = in ConfigureProxyIfNecessary()
320 endpoint_client_->group_controller(); in ConfigureProxyIfNecessary()
Dbinding_state.h157 stub_.serialization_context()->group_controller = router_; in Bind()
/external/libmojo/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h41 AssociatedGroupController* group_controller() const { in group_controller() function
58 scoped_refptr<AssociatedGroupController> group_controller);
Dinterface_endpoint_client.h63 AssociatedGroupController* group_controller() const { in group_controller() function
64 return handle_.group_controller(); in group_controller()
Dassociated_binding.h109 stub_.serialization_context()->group_controller =
110 endpoint_client_->group_controller();
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_definition.tmpl77 scoped_refptr<mojo::AssociatedGroupController> group_controller,
82 : serialization_context_(std::move(group_controller)), result_(result)
120 scoped_refptr<mojo::AssociatedGroupController> group_controller)
122 serialization_context_(std::move(group_controller)) {
173 serialization_context_.group_controller, &result
200 callback, serialization_context_.group_controller);
229 group_controller) {
232 request_id, is_sync, responder, group_controller);
245 scoped_refptr<mojo::AssociatedGroupController> group_controller)
249 serialization_context_(std::move(group_controller)) {
[all …]