Home
last modified time | relevance | path

Searched refs:local_endpoint (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dassociated_group.cc27 ScopedInterfaceEndpointHandle* local_endpoint, in CreateEndpointHandlePair() argument
32 controller_->CreateEndpointHandlePair(local_endpoint, remote_endpoint); in CreateEndpointHandlePair()
Dmultiplex_router.h70 ScopedInterfaceEndpointHandle* local_endpoint,
Dmultiplex_router.cc337 ScopedInterfaceEndpointHandle* local_endpoint, in CreateEndpointHandlePair() argument
354 *local_endpoint = CreateScopedInterfaceEndpointHandle(id, true); in CreateEndpointHandlePair()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp1351 endpoint_type local_endpoint() const in local_endpoint() function in asio::basic_socket
1354 endpoint_type ep = this->get_service().local_endpoint( in local_endpoint()
1381 endpoint_type local_endpoint(asio::error_code& ec) const in local_endpoint() function in asio::basic_socket
1383 return this->get_service().local_endpoint(this->get_implementation(), ec); in local_endpoint()
Dbasic_socket_acceptor.hpp865 endpoint_type local_endpoint() const in local_endpoint() function in asio::basic_socket_acceptor
868 endpoint_type ep = this->get_service().local_endpoint( in local_endpoint()
896 endpoint_type local_endpoint(asio::error_code& ec) const in local_endpoint() function in asio::basic_socket_acceptor
898 return this->get_service().local_endpoint(this->get_implementation(), ec); in local_endpoint()
Dsocket_acceptor_service.hpp215 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::socket_acceptor_service
218 return service_impl_.local_endpoint(impl, ec); in local_endpoint()
Dstream_socket_service.hpp250 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::stream_socket_service
253 return service_impl_.local_endpoint(impl, ec); in local_endpoint()
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group_controller.h34 ScopedInterfaceEndpointHandle* local_endpoint,
Dassociated_group.h82 ScopedInterfaceEndpointHandle* local_endpoint,
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp169 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::detail::reactive_socket_service