Home
last modified time | relevance | path

Searched refs:sender_endpoint (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp271 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument
277 std::size_t addr_len = sender_endpoint.capacity(); in receive_from()
280 flags, sender_endpoint.data(), &addr_len, ec); in receive_from()
283 sender_endpoint.resize(addr_len); in receive_from()
290 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument
297 sender_endpoint = endpoint_type(); in receive_from()
307 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument
321 buffers, sender_endpoint, flags, handler); in async_receive_from()
336 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument
353 sender_endpoint = endpoint_type(); in async_receive_from()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc171 Endpoint* sender_endpoint = new Endpoint(this, sender_id); in CreateChannelEndpoints() local
173 endpoints_.insert({ sender_id, sender_endpoint }); in CreateChannelEndpoints()
175 sender_endpoint->set_handle_created(); in CreateChannelEndpoints()