Home
last modified time | relevance | path

Searched defs:binder2 (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbind_handler.hpp104 class binder2 class
107 binder2(const Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() function in asio::detail::binder2
114 binder2(Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2() function in asio::detail::binder2
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java387 Binder binder2 = new Binder(); in testBindingStateCounts() local