Home
last modified time | relevance | path

Searched refs:AIBinder (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp27 AIBinder* binder = in TEST_F()
39 AIBinder* binder = SampleData::newBinder(); in TEST_F()
46 AIBinder* binder = SampleData::newBinder(); in TEST_F()
52 AIBinder* binder = SampleData::newBinder(); in TEST_F()
58 AIBinder* binder = SampleData::newBinder(); in TEST_F()
69 AIBinder* binder = SampleData::newBinder(); in TEST_F()
78 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F()
89 AIBinder* binder = AIBinder_new(SampleData::kClass, static_cast<void*>(data)); in TEST_F()
101 AIBinder* binder = SampleData::newBinder(); in TEST_F()
120 AIBinder* binder = SampleData::newBinder(); in TEST_F()
[all …]
Dtest_ibinder_jni.cpp27 binder_status_t NothingClass_onTransact(AIBinder*, transaction_code_t, in NothingClass_onTransact() argument
42 AIBinder* binder = AIBinder_new(kNothingClass, nullptr); in TEST_F()
48 AIBinder* fromJavaBinder = AIBinder_fromJavaBinder(env, object); in TEST_F()
Dtest_parcel.cpp67 AIBinder* binder = SampleData::newBinder( in ExpectInOut()
104 AIBinder* binder = SampleData::newBinder(); in TEST_F()
106 ExpectInOut<AIBinder*, AParcel_writeStrongBinder, AParcel_readStrongBinder>( in TEST_F()
115 ExpectInOut<AIBinder*, AParcel_writeStrongBinder, AParcel_readStrongBinder>( in TEST_F()
140 AIBinder* binder = in TEST_F()
241 AIBinder* binder = SampleData::newBinder( in TEST_F()
269 AIBinder* binder = SampleData::newBinder(TransactionsReturn(STATUS_OK), in TEST_F()
283 AIBinder* binder = SampleData::newBinder( in TEST_F()
301 AIBinder* binder = SampleData::newBinder( in TEST_F()
327 AIBinder* binder = SampleData::newBinder( in TEST_F()
Dutilities.h116 __attribute__((warn_unused_result)) static AIBinder* newBinder(
123 static binder_status_t transact(AIBinder* binder, transaction_code_t code,
Dutilities.cpp40 binder_status_t SampleClassOnTransact(AIBinder* binder, transaction_code_t code, in SampleClassOnTransact()