Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
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
DbinderRpcTestCommon.h347 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
/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