Searched refs:async_send (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_stream_socket.hpp336 * socket.async_send(asio::buffer(data, size), handler);
345 async_send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
352 return this->get_service().async_send(
388 * socket.async_send(asio::buffer(data, size), 0, handler);
397 async_send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
405 return this->get_service().async_send(
725 return this->get_service().async_send(this->get_implementation(),
H A Dstream_socket_service.hpp283 async_send(implementation_type& impl, function in class:asio::stream_socket_service
292 service_impl_.async_send(impl, buffers, flags, init.handler);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp336 * socket.async_send(asio::buffer(data, size), handler);
345 async_send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
352 return this->get_service().async_send(
388 * socket.async_send(asio::buffer(data, size), 0, handler);
397 async_send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
405 return this->get_service().async_send(
725 return this->get_service().async_send(this->get_implementation(),
H A Dstream_socket_service.hpp283 async_send(implementation_type& impl, function in class:asio::stream_socket_service
292 service_impl_.async_send(impl, buffers, flags, init.handler);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service_base.hpp194 void async_send(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
208 ASIO_HANDLER_CREATION((p.p, "socket", &impl, "async_send"));
219 void async_send(base_implementation_type& impl, const null_buffers&, function in class:asio::detail::reactive_socket_service_base
233 &impl, "async_send(null_buffers)"));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service_base.hpp194 void async_send(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
208 ASIO_HANDLER_CREATION((p.p, "socket", &impl, "async_send"));
219 void async_send(base_implementation_type& impl, const null_buffers&, function in class:asio::detail::reactive_socket_service_base
233 &impl, "async_send(null_buffers)"));

Completed in 581 milliseconds