Home
last modified time | relevance | path

Searched refs:repeatString (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcBenchmark.cpp39 Status repeatString(const std::string& str, std::string* out) override { in repeatString() function in MyBinderRpcBenchmark
91 Status ret = iface->repeatString(str, &out); in BM_repeatString()
H A DIBinderRpcBenchmark.aidl18 @utf8InCpp String repeatString(@utf8InCpp String str); in repeatString() method