Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderCacheUnitTest.cpp130 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 DbinderParcelUnitTest.cpp116 sp<IBinder> binder1 = sp<BBinder>::make(); in TEST() local
H A DbinderRpcTest.cpp1875 auto binder1 = sp<BBinder>::make(); in TEST_P() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/
H A DSubscriptionManagerTest.cpp387 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 DSubscriptionManagerTest.cpp381 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/
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
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMulticastLockManagerTest.java287 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 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
/aosp_15_r20/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
H A DChildProcessConnectionTest.java386 Binder binder1 = new Binder(); in testBindingStateCounts() local
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp292 auto binder1 = SharedRefBase::make<BnEmptyInterface>()->asBinder(); in TEST_F() local
Daidl_test_client_parcelables.cpp740 sp<IBinder> binder1 = new BBinder(); in TEST_F() local
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_ibinder.cpp351 AIBinder* binder1 = SampleData::newBinder(nullptr, ExpectLifetimeTransactions(0)); in TEST_F() local
/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A Dtest_sm.cpp560 sp<IBinder> binder1 = getBinder(); in TEST() local
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs1301 let binder1 = test_service.as_binder(); in test_fixed_size_array_over_binder() localVariable