Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.cpp133 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName() function
181 return "::android::sp<" + GetRawCppName(type) + ">"; in GetCppName()
184 return WrapIfNullable(GetRawCppName(type), raw_type, typenames); in GetCppName()
264 return GetRawCppName(type) + "::asBinder(" + variable_name + ")"; in ParcelWriteCastOf()