Home
last modified time | relevance | path

Searched defs:binder (Results 1 – 25 of 55) sorted by relevance

123

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp27 AIBinder* binder = in TEST_F() local
39 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
46 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
52 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
58 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
73 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
82 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local
93 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local
105 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
124 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
[all …]
Dtest_parcel.cpp77 AIBinder* binder = SampleData::newBinder( in ExpectInOut() local
114 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
150 AIBinder* binder = in TEST_F() local
251 AIBinder* binder = SampleData::newBinder( in TEST_F() local
279 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F() local
293 AIBinder* binder = SampleData::newBinder( in TEST_F() local
311 AIBinder* binder = SampleData::newBinder( in TEST_F() local
337 AIBinder* binder = SampleData::newBinder( in TEST_F() local
461 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
Dandroid_binder_cts_NativeService.cpp30 SpAIBinder binder = SharedRefBase::make<MyTest>()->asBinder(); in Java_android_binder_cts_NativeService_getBinder_1native() local
Dtest_ibinder_jni.cpp42 AIBinder* binder = AIBinder_new(kNothingClass, nullptr); in TEST_F() local
/cts/tests/tests/net/native/src/
DTagSocketTest.cpp47 [[maybe_unused]] void dumpBpfMaps(const ndk::SpAIBinder& binder, in dumpBpfMaps()
56 [[maybe_unused]] bool socketIsTagged(const ndk::SpAIBinder& binder, uint64_t cookie, in socketIsTagged()
68 [[maybe_unused]] bool socketIsNotTagged(const ndk::SpAIBinder& binder, in socketIsNotTagged()
79 bool waitSocketIsNotTagged(const ndk::SpAIBinder& binder, uint64_t cookie, in waitSocketIsNotTagged()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0243/
Dpoc.cpp51 sp<IBinder> binder = nullptr; in main() local
67 if (not binder) { in main() local
80 if (not binder) { in main() local
/cts/tests/tests/security/testdata/dynamicpermissiontestattackerapp/src/android/security/cts/dynamicpermissiontestattackerapp/
DDynamicPermissionService.kt26 private val binder = object : IDynamicPermissionService.Stub() { constant
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0439/
Dpoc.cpp24 sp<IBinder> binder = sm->getService(String16("power")); in main() local
/cts/tests/tests/appop/AppThatUsesAppOps/jni/android/app/appops/cts/appthatusesappops/
DAppOpsUserService.cpp28 JNIEnv* env, jclass clazz, jobject binder) { in Java_android_app_appops_cts_appthatusesappops_AppOpsUserServiceKt_noteSyncOpFromNativeCode()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39808/src/android/security/cts/CVE_2021_39808/
DPocService.java54 IBinder binder = ServiceManager in createNotificationGroup() local
99 void createNotificationGroup(IBinder binder, int code) throws Exception { in createNotificationGroup()
/cts/hostsidetests/gwp_asan/common/android/cts/gwp_asan/
DGwpAsanServiceTest.java55 IBinder binder = mServiceRule.bindService(serviceIntent); in runServiceAndCheckSuccess() local
65 IBinder binder = mServiceRule.bindService(serviceIntent); in runService() local
/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/
DContextCrossProfileSamePackageTestService.java26 private final IBinder binder = new LocalBinder(); field in ContextCrossProfileSamePackageTestService
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39794/test-app/src/android/security/cts/CVE_2021_39794_test/
DDeviceTest.java39 IBinder binder = ServiceManager.getService(Context.ADB_SERVICE); in testCVE_2021_39794() local
/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileTestServiceApp/src/com/android/cts/testService/
DContextCrossProfileTestService.java26 private final IBinder binder = new LocalBinder(); field in ContextCrossProfileTestService
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java193 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testGetView() local
268 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testGetDropDownView() local
309 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testAccessViewBinder() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40094/src/android/security/cts/CVE_2023_40094/
DDeviceTest.java59 final IBinder binder = ServiceManager.getService(ACTIVITY_TASK_SERVICE); in testCVE_2023_40094() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DWindowManager_LayoutParamsTest.java85 IBinder binder = new Binder(); in testConstructor() local
227 IBinder binder = new Binder(); in testWriteToParcel() local
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DQueryService.java37 private final IQueryService.Stub binder = new IQueryService.Stub() { field in QueryService
/cts/tests/tests/os/src/android/os/cts/
DExceptionalParcelable.java27 ExceptionalParcelable(IBinder binder) { in ExceptionalParcelable()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppConnector.java36 static TestAppConnector create(Context context, ConnectionBinder binder) { in create()
/cts/tests/credentials/src/android/credentials/cts/
DCtsCredentialViewTest.java238 final IBinder binder; in testGetCandidateCredentials_cannotBeInvokedOutsideCredentialAutofillService() local
284 private static void getCandidateCredentials( in getCandidateCredentials()
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/ServiceTest/src/android/appsecurity/cts/keyrotationtest/test/
DSignatureQueryServiceInstrumentationTest.java60 IBinder binder = serviceTestRule.bindService( in setUp() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
Dpoc.cpp63 sp<IBinder> binder = sm->getService(String16("sensorservice")); in bcfree_helper() local
84 sp<IBinder> binder = sm->getService(String16("sensorservice")); in bcfree() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0226/
Dpoc.cpp40 sp < IBinder > binder = reply1.readStrongBinder(); in main() local

123