Searched refs:async_accept (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 1003 async_accept(basic_socket<Protocol1, SocketService>& peer, in ASIO_INITFN_RESULT_TYPE() 1011 return this->get_service().async_accept(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE() 1115 async_accept(basic_socket<protocol_type, SocketService>& peer, in ASIO_INITFN_RESULT_TYPE() 1122 return this->get_service().async_accept(this->get_implementation(), peer, in ASIO_INITFN_RESULT_TYPE()
|
D | socket_acceptor_service.hpp | 235 async_accept(implementation_type& impl, in ASIO_INITFN_RESULT_TYPE() 245 service_impl_.async_accept(impl, peer, peer_endpoint, init.handler); in ASIO_INITFN_RESULT_TYPE()
|
/external/parameter-framework/upstream/asio/stub/ |
D | asio.hpp | 71 void async_accept(const dummy_base &, const dummy_base &) const {}; in async_accept() function
|
/external/parameter-framework/upstream/remote-processor/ |
D | RemoteProcessorServer.cpp | 157 _acceptor.async_accept(_socket, peerHandler); in acceptRegister()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 394 void async_accept(implementation_type& impl, Socket& peer, in async_accept() function in asio::detail::reactive_socket_service
|