Searched refs:local_endpoint (Results 1 – 10 of 10) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | associated_group.cc | 27 ScopedInterfaceEndpointHandle* local_endpoint, in CreateEndpointHandlePair() argument 32 controller_->CreateEndpointHandlePair(local_endpoint, remote_endpoint); in CreateEndpointHandlePair()
|
D | multiplex_router.h | 70 ScopedInterfaceEndpointHandle* local_endpoint,
|
D | multiplex_router.cc | 337 ScopedInterfaceEndpointHandle* local_endpoint, in CreateEndpointHandlePair() argument 354 *local_endpoint = CreateScopedInterfaceEndpointHandle(id, true); in CreateEndpointHandlePair()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 1351 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()
|
D | basic_socket_acceptor.hpp | 865 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()
|
D | socket_acceptor_service.hpp | 215 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()
|
D | stream_socket_service.hpp | 250 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/ |
D | associated_group_controller.h | 34 ScopedInterfaceEndpointHandle* local_endpoint,
|
D | associated_group.h | 82 ScopedInterfaceEndpointHandle* local_endpoint,
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 169 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::detail::reactive_socket_service
|