Searched defs:repeatBinder (Results 1 – 6 of 6) sorted by relevance
19 IBinder repeatBinder(IBinder binder); in repeatBinder() method
32 @nullable IBinder repeatBinder(@nullable IBinder binder); in repeatBinder() method
69 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function in MyBinderRpcBenchmark
347 Status repeatBinder(const sp<IBinder>& binder, sp<IBinder>* out) override { in repeatBinder() function
82 fn repeatBinder(&self, _binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method
93 fn repeatBinder(&self, binder: Option<&SpIBinder>) -> Result<Option<SpIBinder>, Status> { in repeatBinder() method