Home
last modified time | relevance | path

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

12

/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
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 …]
Dtest_parcel.cpp67 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
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
Dutilities.cpp40 binder_status_t SampleClassOnTransact(AIBinder* binder, transaction_code_t code, in SampleClassOnTransact()
Dtest_native_aidl_client.cpp54 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/
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
DSimpleCursorAdapterTest.java147 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/
DWindowManager_LayoutParamsTest.java83 IBinder binder = new Binder(); in testConstructor() local
218 IBinder binder = new Binder(); in testWriteToParcel() local
/cts/tests/tests/os/src/android/os/cts/
DExceptionalParcelable.java27 ExceptionalParcelable(IBinder binder) { in ExceptionalParcelable()
DStrictModeTest.java635 IBinder binder = binderHolder.take(); in runWithRemoteServiceBound() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java43 Binder binder = new Binder(); in testInputBinding() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/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-2017-13253/
Dpoc.cpp35 sp<IBinder> binder = sm->getService(String16("media.drm")); in main() local
/cts/tests/tests/net/ipsec/src/android/net/ipsec/ike/cts/
DTestNetworkUtils.java68 IBinder binder) in setupAndGetTestNetwork()
/cts/tests/tests/security/src/android/security/cts/
DBinderExploitTest.java60 IBinder binder; field in Exchange
DNanoAppBundleTest.java307 IBinder binder = mAuthenticator.getIBinder(); in onBind() local
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsGroupCallService.java201 IBinder binder = super.onBind(intent); in onBind() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13232/
Dpoc.cpp76 sp<IBinder> binder = sm->getService(String16("media.audio_policy")); in getOutputForAttr() local
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java135 public void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccServiceTest.java156 IBinder binder = mServiceTestRule.bindService(mockServiceIntent); in setUp() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp142 sp<IBinder> binder = in main() local
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java510 IBinder binder = service.callOnBind(intent); in testSettingInjectorService() local

12