Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DIBinderRpcTest.aidl19 @utf8InCpp String doubleString(@utf8InCpp String str); in doubleString() method
H A DbinderSafeInterfaceTest.cpp332 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BpSafeInterfaceTest
458 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BnSafeInterfaceTest
H A DbinderRpcTest.cpp97 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() function in android::MyBinderRpcTest