Searched refs:repeatBinder (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderRpcUniversalTests.cpp | 192 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P() 217 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P() 237 EXPECT_OK(proc.rootIface->repeatBinder(nullptr, &outBinder)); in TEST_P() 277 proc1.rootIface->repeatBinder(proc2.rootBinder, &outBinder).transactionError()); in TEST_P() 289 proc.rootIface->repeatBinder(proc.proc->sessions.at(1).root, &outBinder) in TEST_P() 304 proc.rootIface->repeatBinder(someRealBinder, &outBinder).transactionError()); in TEST_P() 327 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &outBinder)); in TEST_P()
|
D | IBinderRpcBenchmark.aidl | 19 IBinder repeatBinder(IBinder binder); in repeatBinder() method
|
D | IBinderRpcTest.aidl | 32 @nullable IBinder repeatBinder(@nullable IBinder binder); in repeatBinder() method
|
D | binderRpcBenchmark.cpp | 69 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function in MyBinderRpcBenchmark 201 Status ret = iface->repeatBinder(binder, &out); in BM_repeatBinder()
|
D | binderRpcTestCommon.h | 314 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
|
D | binderRpcTest.cpp | 512 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &out)); in TEST_P()
|