Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group_controller.h46 virtual ScopedInterfaceEndpointHandle CreateLocalEndpointHandle(
Dassociated_interface_ptr.h264 endpoint0 = router0->CreateLocalEndpointHandle(id); in GetIsolatedProxy()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbinding_state.cc84 router_->CreateLocalEndpointHandle(kMasterInterfaceId), stub, in BindInternal()
Dmultiplex_router.h92 ScopedInterfaceEndpointHandle CreateLocalEndpointHandle( in NON_EXPORTED_BASE()
Dinterface_ptr_state.h192 router_->CreateLocalEndpointHandle(kMasterInterfaceId), nullptr, in ConfigureProxyIfNecessary()
Dmessage.cc202 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]); in DeserializeAssociatedEndpointHandles()
Dmultiplex_router.cc465 ScopedInterfaceEndpointHandle MultiplexRouter::CreateLocalEndpointHandle( in CreateLocalEndpointHandle() function in mojo::internal::MultiplexRouter
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc106 target->CreateLocalEndpointHandle(handle.release()), in EmulatePassingAssociatedPtrInfo()
117 target->CreateLocalEndpointHandle(handle.release())); in EmulatePassingAssociatedRequest()
Dmultiplex_router_unittest.cc53 return target->CreateLocalEndpointHandle(handle.release()); in EmulatePassingEndpointHandle()