Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp188 std::vector<const NodeWithVersion<NamedType>> supersededNamedTypes; in emitAidl() local
215 &latestTypeForBaseName, &supersededNamedTypes); in emitAidl()
220 out.join(supersededNamedTypes.begin(), supersededNamedTypes.end(), "\n", in emitAidl()
227 if (!supersededNamedTypes.empty()) out << "\n\n"; in emitAidl()