Home
last modified time | relevance | path

Searched defs:binder1 (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dbind_handler.hpp33 class binder1 class
37 binder1(int, BOOST_ASIO_MOVE_ARG(T) handler, const Arg1& arg1) in binder1() function in boost::asio::detail::binder1
43 binder1(Handler& handler, const Arg1& arg1) in binder1() function in boost::asio::detail::binder1
50 binder1(const binder1& other) in binder1() function in boost::asio::detail::binder1
56 binder1(binder1&& other) in binder1() function in boost::asio::detail::binder1
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbind_handler.hpp26 class binder1 class
29 binder1(const Handler& handler, const Arg1& arg1) in binder1() function in asio::detail::binder1
35 binder1(Handler& handler, const Arg1& arg1) in binder1() function in asio::detail::binder1
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java386 Binder binder1 = new Binder(); in testBindingStateCounts() local