Searched defs:doubleString (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/libs/binder/tests/ | ||
H A D | IBinderRpcTest.aidl | 19 @utf8InCpp String doubleString(@utf8InCpp String str); in doubleString() method |
H A D | binderSafeInterfaceTest.cpp | 332 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BpSafeInterfaceTest |
H A D | binderRpcTest.cpp | 97 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() function in android::MyBinderRpcTest |