Searched refs:async_accept (Results 1 - 8 of 8) sorted by relevance

/external/parameter-framework/upstream/asio/stub/
H A Dasio.hpp113 void async_accept(const dummy_base &, const dummy_base &) const {}; function in struct:asio::ip::tcp::acceptor
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket_acceptor.hpp997 * acceptor.async_accept(socket, accept_handler);
1003 async_accept(basic_socket<Protocol1, SocketService>& peer, function in class:asio::basic_socket_acceptor
1011 return this->get_service().async_accept(this->get_implementation(),
1115 async_accept(basic_socket<protocol_type, SocketService>& peer, function in class:asio::basic_socket_acceptor
1122 return this->get_service().async_accept(this->get_implementation(), peer,
H A Dsocket_acceptor_service.hpp235 async_accept(implementation_type& impl, function in class:asio::socket_acceptor_service
245 service_impl_.async_accept(impl, peer, peer_endpoint, init.handler);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket_acceptor.hpp997 * acceptor.async_accept(socket, accept_handler);
1003 async_accept(basic_socket<Protocol1, SocketService>& peer, function in class:asio::basic_socket_acceptor
1011 return this->get_service().async_accept(this->get_implementation(),
1115 async_accept(basic_socket<protocol_type, SocketService>& peer, function in class:asio::basic_socket_acceptor
1122 return this->get_service().async_accept(this->get_implementation(), peer,
H A Dsocket_acceptor_service.hpp235 async_accept(implementation_type& impl, function in class:asio::socket_acceptor_service
245 service_impl_.async_accept(impl, peer, peer_endpoint, init.handler);
/external/parameter-framework/upstream/remote-processor/
H A DRemoteProcessorServer.cpp99 _acceptor.async_accept(_socket, peerHandler);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service.hpp394 void async_accept(implementation_type& impl, Socket& peer, function in class:asio::detail::reactive_socket_service
408 ASIO_HANDLER_CREATION((p.p, "socket", &impl, "async_accept"));
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp394 void async_accept(implementation_type& impl, Socket& peer, function in class:asio::detail::reactive_socket_service
408 ASIO_HANDLER_CREATION((p.p, "socket", &impl, "async_accept"));

Completed in 129 milliseconds