Searched refs:io_control (Results 1 - 14 of 14) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dio_control.hpp2 // detail/io_control.hpp
23 namespace io_control { namespace in namespace:asio::detail
125 } // namespace io_control
H A Dreactive_socket_service_base.hpp124 asio::error_code io_control(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dio_control.hpp2 // detail/io_control.hpp
23 namespace io_control { namespace in namespace:asio::detail
125 } // namespace io_control
H A Dreactive_socket_service_base.hpp124 asio::error_code io_control(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
/external/parameter-framework/asio/include/asio/
H A Dsocket_base.hpp16 #include "asio/detail/io_control.hpp"
394 * socket.io_control(command);
400 typedef asio::detail::io_control::non_blocking_io non_blocking_io;
412 * socket.io_control(command);
419 typedef asio::detail::io_control::bytes_readable bytes_readable;
H A Dbasic_socket.hpp959 * socket.io_control(command);
964 void io_control(IoControlCommand& command) function in class:asio::basic_socket
967 this->get_service().io_control(this->get_implementation(), command, ec);
968 asio::detail::throw_error(ec, "io_control");
990 * socket.io_control(command, ec);
999 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket
1002 return this->get_service().io_control(
H A Dbasic_socket_acceptor.hpp686 * socket.io_control(command);
690 void io_control(IoControlCommand& command) function in class:asio::basic_socket_acceptor
693 this->get_service().io_control(this->get_implementation(), command, ec);
694 asio::detail::throw_error(ec, "io_control");
715 * socket.io_control(command, ec);
723 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket_acceptor
726 return this->get_service().io_control(
H A Dsocket_acceptor_service.hpp182 asio::error_code io_control(implementation_type& impl, function in class:asio::socket_acceptor_service
185 return service_impl_.io_control(impl, command, ec);
H A Dstream_socket_service.hpp217 asio::error_code io_control(implementation_type& impl, function in class:asio::stream_socket_service
220 return service_impl_.io_control(impl, command, ec);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_base.hpp16 #include "asio/detail/io_control.hpp"
394 * socket.io_control(command);
400 typedef asio::detail::io_control::non_blocking_io non_blocking_io;
412 * socket.io_control(command);
419 typedef asio::detail::io_control::bytes_readable bytes_readable;
H A Dbasic_socket.hpp959 * socket.io_control(command);
964 void io_control(IoControlCommand& command) function in class:asio::basic_socket
967 this->get_service().io_control(this->get_implementation(), command, ec);
968 asio::detail::throw_error(ec, "io_control");
990 * socket.io_control(command, ec);
999 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket
1002 return this->get_service().io_control(
H A Dbasic_socket_acceptor.hpp686 * socket.io_control(command);
690 void io_control(IoControlCommand& command) function in class:asio::basic_socket_acceptor
693 this->get_service().io_control(this->get_implementation(), command, ec);
694 asio::detail::throw_error(ec, "io_control");
715 * socket.io_control(command, ec);
723 asio::error_code io_control(IoControlCommand& command, function in class:asio::basic_socket_acceptor
726 return this->get_service().io_control(
H A Dsocket_acceptor_service.hpp182 asio::error_code io_control(implementation_type& impl, function in class:asio::socket_acceptor_service
185 return service_impl_.io_control(impl, command, ec);
H A Dstream_socket_service.hpp217 asio::error_code io_control(implementation_type& impl, function in class:asio::stream_socket_service
220 return service_impl_.io_control(impl, command, ec);

Completed in 207 milliseconds