Home
last modified time | relevance | path

Searched refs:repeatBinder (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcUniversalTests.cpp192 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()
DIBinderRpcBenchmark.aidl19 IBinder repeatBinder(IBinder binder); in repeatBinder() method
DIBinderRpcTest.aidl32 @nullable IBinder repeatBinder(@nullable IBinder binder); in repeatBinder() method
DbinderRpcBenchmark.cpp69 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()
DbinderRpcTestCommon.h314 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
DbinderRpcTest.cpp512 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &out)); in TEST_P()