Searched refs:wrapCppSource (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlTranslate.cpp | 227 static std::string wrapCppSource(const std::string& payload, const Type& type, const FQName& fqName, in wrapCppSource() function 295 << wrapCppSource(inputAccessElement, *elementType, parent->fqName(), backend) in containerTranslation() 327 << wrapCppSource("in." + field.fullName, field.field->type(), parent->fqName(), in simpleTranslation() 334 << wrapCppSource(inputAccess, field.field->type(), parent->fqName(), backend) in simpleTranslation()
|