Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp140 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName() function
187 return "::android::sp<" + GetRawCppName(type) + ">"; in GetCppName()
190 return WrapIfNullable(GetRawCppName(type), raw_type, typenames); in GetCppName()
209 return GetRawCppName(type) + "::" + raw_value.substr(raw_value.find_last_of('.') + 1); in ConstantValueDecorator()
279 return GetRawCppName(type) + "::asBinder(" + variable_name + ")"; in ParcelWriteCastOf()