Home
last modified time | relevance | path

Searched refs:remote_endpoint (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dassociated_group.cc28 ScopedInterfaceEndpointHandle* remote_endpoint) { in CreateEndpointHandlePair() argument
32 controller_->CreateEndpointHandlePair(local_endpoint, remote_endpoint); in CreateEndpointHandlePair()
Dmultiplex_router.h71 ScopedInterfaceEndpointHandle* remote_endpoint) override;
Dmultiplex_router.cc338 ScopedInterfaceEndpointHandle* remote_endpoint) { in CreateEndpointHandlePair() argument
355 *remote_endpoint = CreateScopedInterfaceEndpointHandle(id, false); in CreateEndpointHandlePair()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp1401 endpoint_type remote_endpoint() const in remote_endpoint() function in asio::basic_socket
1404 endpoint_type ep = this->get_service().remote_endpoint( in remote_endpoint()
1431 endpoint_type remote_endpoint(asio::error_code& ec) const in remote_endpoint() function in asio::basic_socket
1433 return this->get_service().remote_endpoint(this->get_implementation(), ec); in remote_endpoint()
Dstream_socket_service.hpp257 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::stream_socket_service
260 return service_impl_.remote_endpoint(impl, ec); in remote_endpoint()
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group_controller.h35 ScopedInterfaceEndpointHandle* remote_endpoint) = 0;
Dassociated_group.h83 ScopedInterfaceEndpointHandle* remote_endpoint);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp181 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::detail::reactive_socket_service