Home
last modified time | relevance | path

Searched defs:binder3 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dbind_handler.hpp264 class binder3 class
268 binder3(int, BOOST_ASIO_MOVE_ARG(T) handler, const Arg1& arg1, in binder3() function in boost::asio::detail::binder3
277 binder3(Handler& handler, const Arg1& arg1, in binder3() function in boost::asio::detail::binder3
287 binder3(const binder3& other) in binder3() function in boost::asio::detail::binder3
295 binder3(binder3&& other) in binder3() function in boost::asio::detail::binder3
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dbind_handler.hpp186 class binder3 class
189 binder3(const Handler& handler, const Arg1& arg1, const Arg2& arg2, in binder3() function in asio::detail::binder3
198 binder3(Handler& handler, const Arg1& arg1, const Arg2& arg2, in binder3() function in asio::detail::binder3
/aosp_15_r20/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/managers/
DListenerMultiplexerTest.java156 IBinder binder3 = mock(IBinder.class); in testMergeMultiple() local
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp294 auto binder3 = SharedRefBase::make<BnEmptyInterface>()->asBinder(); in TEST_F() local
Daidl_test_client_parcelables.cpp742 sp<IBinder> binder3 = new BBinder(); in TEST_F() local
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs1307 let binder3 = service.as_binder(); in test_fixed_size_array_over_binder() localVariable