Home
last modified time | relevance | path

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

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