Searched refs:repeatBinder (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | IBinderRpcBenchmark.aidl | 19 IBinder repeatBinder(IBinder binder); in repeatBinder() method
|
D | binderRpcBenchmark.cpp | 43 Status repeatBinder(const sp<IBinder>& str, sp<IBinder>* out) override { in repeatBinder() function in MyBinderRpcBenchmark 108 Status ret = iface->repeatBinder(binder, &out); in BM_repeatBinder()
|
D | binderRpcTest.cpp | 126 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function in android::MyBinderRpcTest 509 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P() 534 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P() 554 EXPECT_OK(proc.rootIface->repeatBinder(nullptr, &outBinder)); in TEST_P() 590 proc1.rootIface->repeatBinder(proc2.rootBinder, &outBinder).transactionError()); in TEST_P() 598 proc.rootIface->repeatBinder(proc.proc.sessions.at(1).root, &outBinder) in TEST_P() 608 proc.rootIface->repeatBinder(someRealBinder, &outBinder).transactionError()); in TEST_P() 626 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &outBinder)); in TEST_P() 801 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &out)); in TEST_P()
|
D | IBinderRpcTest.aidl | 26 @nullable IBinder repeatBinder(@nullable IBinder binder); in repeatBinder() method
|