Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcUniversalTests.cpp195 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P()
220 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P()
240 EXPECT_OK(proc.rootIface->repeatBinder(nullptr, &outBinder)); in TEST_P()
280 proc1.rootIface->repeatBinder(proc2.rootBinder, &outBinder).transactionError()); in TEST_P()
292 proc.rootIface->repeatBinder(proc.proc->sessions.at(1).root, &outBinder) in TEST_P()
307 proc.rootIface->repeatBinder(someRealBinder, &outBinder).transactionError()); in TEST_P()
330 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
296 Status ret = iface->repeatBinder(binder, &out); in BM_repeatBinder()
DbinderRpcTestCommon.h347 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
DbinderRpcTest.cpp521 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &out)); in TEST_P()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/
Dmain.rs105 let result = srv.repeatBinder(Some(&in_binder));
114 let out_binder = srv.repeatBinder(Some(&in_binder));
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs82 fn repeatBinder(&self, _binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs93 fn repeatBinder(&self, binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method