/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderCacheUnitTest.cpp | 130 void cacheAddServiceAndConfirmCacheMiss(const sp<IBinder>& binder1) { in cacheAddServiceAndConfirmCacheMiss() 151 sp<IBinder> binder1 = sp<BBinder>::make(); in TEST_F() local 160 sp<IBinder> binder1 = defaultServiceManager()->checkService(kServerName); in TEST_F() local 176 void cacheAddServiceAndConfirmCacheHit(const sp<IBinder>& binder1) { in cacheAddServiceAndConfirmCacheHit() 196 sp<IBinder> binder1 = sp<BBinder>::make(); in TEST_F() local 201 sp<IBinder> binder1 = defaultServiceManager()->checkService(kServerName); in TEST_F() local 217 void cacheAndConfirmCacheHit(const sp<IBinder>& binder1, const sp<IBinder>& binder2) { in cacheAndConfirmCacheHit() 243 sp<IBinder> binder1 = sp<BBinder>::make(); in TEST_F() local 250 sp<IBinder> binder1 = defaultServiceManager()->checkService(kServerName); in TEST_F() local 258 sp<IBinder> binder1 = defaultServiceManager()->checkService(kServerName); in TEST_F() local [all …]
|
H A D | binderParcelUnitTest.cpp | 116 sp<IBinder> binder1 = sp<BBinder>::make(); in TEST() local
|
H A D | binderRpcTest.cpp | 1875 auto binder1 = sp<BBinder>::make(); in TEST_P() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/ |
H A D | SubscriptionManagerTest.cpp | 387 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 585 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 661 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 757 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 824 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/ |
H A D | SubscriptionManagerTest.cpp | 381 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 579 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 655 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 751 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local 818 SpAIBinder binder1 = ndk::SharedRefBase::make<PropertyCallback>()->asBinder(); in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | bind_handler.hpp | 33 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
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMulticastLockManagerTest.java | 287 IBinder binder1 = mock(IBinder.class); in testMultipleLocksWithSameTag() local 342 IBinder binder1 = mock(IBinder.class); in testMultipleOwnersActiveStateChange() local
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | bind_handler.hpp | 26 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
|
/aosp_15_r20/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/ |
H A D | ChildProcessConnectionTest.java | 386 Binder binder1 = new Binder(); in testBindingStateCounts() local
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_parcelables.cpp | 292 auto binder1 = SharedRefBase::make<BnEmptyInterface>()->asBinder(); in TEST_F() local
|
D | aidl_test_client_parcelables.cpp | 740 sp<IBinder> binder1 = new BBinder(); in TEST_F() local
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_ibinder.cpp | 351 AIBinder* binder1 = SampleData::newBinder(nullptr, ExpectLifetimeTransactions(0)); in TEST_F() local
|
/aosp_15_r20/frameworks/native/cmds/servicemanager/ |
H A D | test_sm.cpp | 560 sp<IBinder> binder1 = getBinder(); in TEST() local
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_client.rs | 1301 let binder1 = test_service.as_binder(); in test_fixed_size_array_over_binder() localVariable
|