Searched refs:repeatBinder (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderRpcUniversalTests.cpp | 195 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()
|
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 296 Status ret = iface->repeatBinder(binder, &out); in BM_repeatBinder()
|
D | binderRpcTestCommon.h | 347 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
|
D | binderRpcTest.cpp | 521 EXPECT_OK(proc.rootIface->repeatBinder(proc.rootBinder, &out)); in TEST_P()
|
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/ |
D | main.rs | 105 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/ |
D | lib.rs | 82 fn repeatBinder(&self, _binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method
|
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/ |
D | main.rs | 93 fn repeatBinder(&self, binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method
|