Home
last modified time | relevance | path

Searched defs:AcceptHandler (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DAcceptHandler.java52 class AcceptHandler implements Handler { class
59 AcceptHandler(ServerSocketChannel ssc, Dispatcher dsp, in AcceptHandler() method in AcceptHandler
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DAcceptHandler.java52 class AcceptHandler implements Handler { class
59 AcceptHandler(ServerSocketChannel ssc, Dispatcher dsp, in AcceptHandler() method in AcceptHandler
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket_acceptor.hpp1001 ASIO_INITFN_RESULT_TYPE(AcceptHandler, in ASIO_INITFN_RESULT_TYPE() argument
1113 ASIO_INITFN_RESULT_TYPE(AcceptHandler, in ASIO_INITFN_RESULT_TYPE() argument
H A Dsocket_acceptor_service.hpp233 ASIO_INITFN_RESULT_TYPE(AcceptHandler, in ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_socket_acceptor_ext.hpp1008 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
1120 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
Dsocket_acceptor_service_ext.hpp272 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_socket_acceptor_ext.hpp1247 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
1388 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/
Dbasic_socket_acceptor_ext.hpp1329 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
1439 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/
Dbasic_socket_acceptor_ext.hpp1329 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
1439 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/
Dbasic_socket_acceptor_ext.hpp1329 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
1439 BOOST_ASIO_INITFN_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_RESULT_TYPE() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_socket_acceptor.hpp1349 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() argument
1462 BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(AcceptHandler, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() argument
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.hpp853 typedef Connection *(*AcceptHandler)(Instance &aInstance, const Ip6::SockAddr &aPeerSockAddr); typedef in ot::Dns::Dso