Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcBenchmark.cpp78 class CountedBinder : public BBinder { class in MyBinderRpcBenchmark
80 CountedBinder(const sp<MyBinderRpcBenchmark>& parent) : mParent(parent) { in CountedBinder() function in MyBinderRpcBenchmark::CountedBinder