Home
last modified time | relevance | path

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

/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
61 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local
72 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F() local
84 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
103 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
109 AIBinder* binder = SampleData::newBinder(); in TEST_F() local
119 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.cpp29 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.cpp47 SpAIBinder binder = test->asBinder(); in TEST_F() local
209 SpAIBinder binder = iface->asBinder(); in TEST_P() local
651 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
DParcelTest.java451 Binder binder; in testReadValue() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java43 Binder binder = new Binder(); in testInputBinding() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13253/
Dpoc.cpp35 sp<IBinder> binder = sm->getService(String16("media.drm")); in main() local
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccServiceTest.java87 IBinder binder = mServiceTestRule.bindService(mockServiceIntent); in setUp() 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/binder_ndk/src/android/binder/cts/
DJavaClientTest.java158 IBinder binder = mInterface.asBinder(); in testRepeatBinder() 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