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/ |
D | bind_handler.hpp | 264 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 D | bind_handler.hpp | 186 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/ |
D | ListenerMultiplexerTest.java | 156 IBinder binder3 = mock(IBinder.class); in testMergeMultiple() local
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_parcelables.cpp | 294 auto binder3 = SharedRefBase::make<BnEmptyInterface>()->asBinder(); in TEST_F() local
|
D | aidl_test_client_parcelables.cpp | 742 sp<IBinder> binder3 = new BBinder(); in TEST_F() local
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_client.rs | 1307 let binder3 = service.as_binder(); in test_fixed_size_array_over_binder() localVariable
|