/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_ibinder.cpp | 27 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 67 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local 78 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local 90 AIBinder* binder = SampleData::newBinder(); in TEST_F() local 109 AIBinder* binder = SampleData::newBinder(); in TEST_F() local 115 AIBinder* binder = SampleData::newBinder(); in TEST_F() local [all …]
|
D | test_parcel.cpp | 67 AIBinder* binder = SampleData::newBinder( in ExpectInOut() local 104 AIBinder* binder = SampleData::newBinder(); in TEST_F() local 140 AIBinder* binder = in TEST_F() local 241 AIBinder* binder = SampleData::newBinder( in TEST_F() local 269 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F() local 283 AIBinder* binder = SampleData::newBinder( in TEST_F() local 301 AIBinder* binder = SampleData::newBinder( in TEST_F() local 327 AIBinder* binder = SampleData::newBinder( in TEST_F() local
|
D | android_binder_cts_NativeService.cpp | 30 SpAIBinder binder = SharedRefBase::make<MyTest>()->asBinder(); in Java_android_binder_cts_NativeService_getBinder_1native() local
|
D | test_ibinder_jni.cpp | 42 AIBinder* binder = AIBinder_new(kNothingClass, nullptr); in TEST_F() local
|
D | utilities.cpp | 40 binder_status_t SampleClassOnTransact(AIBinder* binder, transaction_code_t code, in SampleClassOnTransact()
|
D | test_native_aidl_client.cpp | 54 SpAIBinder binder = test->asBinder(); in TEST_F() local 260 SpAIBinder binder = iface->asBinder(); in TEST_P() local 849 SpAIBinder binder = test->asBinder(); in getProxyLocalService() local 877 SpAIBinder binder = SpAIBinder(AIBinder_fromJavaBinder(env, object)); in getNdkBinderTestJavaService() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleAdapterTest.java | 193 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
|
D | SimpleCursorAdapterTest.java | 147 SimpleCursorAdapter.ViewBinder binder = mock(SimpleCursorAdapter.ViewBinder.class); in testBindView() local 182 SimpleCursorAdapter.ViewBinder binder = mock(SimpleCursorAdapter.ViewBinder.class); in testAccessViewBinder() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowManager_LayoutParamsTest.java | 83 IBinder binder = new Binder(); in testConstructor() local 218 IBinder binder = new Binder(); in testWriteToParcel() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ExceptionalParcelable.java | 27 ExceptionalParcelable(IBinder binder) { in ExceptionalParcelable()
|
D | StrictModeTest.java | 635 IBinder binder = binderHolder.take(); in runWithRemoteServiceBound() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputBindingTest.java | 43 Binder binder = new Binder(); in testInputBinding() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | IBinderParcelable.java | 23 public IBinder binder; field in IBinderParcelable
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | IBinderParcelable.java | 23 public IBinder binder; field in IBinderParcelable
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/ |
D | poc.cpp | 63 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-2017-13253/ |
D | poc.cpp | 35 sp<IBinder> binder = sm->getService(String16("media.drm")); in main() local
|
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/ |
D | TestNetworkUtils.java | 68 IBinder binder) in setupAndGetTestNetwork()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | BinderExploitTest.java | 60 IBinder binder; field in Exchange
|
D | NanoAppBundleTest.java | 307 IBinder binder = mAuthenticator.getIBinder(); in onBind() local
|
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/ |
D | CtsGroupCallService.java | 201 IBinder binder = super.onBind(intent); in onBind() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13232/ |
D | poc.cpp | 76 sp<IBinder> binder = sm->getService(String16("media.audio_policy")); in getOutputForAttr() local
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | SeccompDeviceTest.java | 135 public void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccServiceTest.java | 156 IBinder binder = mServiceTestRule.bindService(mockServiceIntent); in setUp() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/ |
D | poc.cpp | 142 sp<IBinder> binder = in main() local
|
/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 510 IBinder binder = service.callOnBind(intent); in testSettingInjectorService() local
|