Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.cpp242 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
244 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
DScope.h86 std::vector<const Type *> *exportedTypes) const override;
Dmain.cpp617 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local
634 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()
639 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()
861 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local
874 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()
877 if (exportedTypes.empty()) { in generateExportHeaderForPackage()
913 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
DEnumType.h120 std::vector<const Type *> *exportedTypes) const override;
DType.h315 std::vector<const Type *> *exportedTypes) const;
DAST.h194 std::vector<const Type *> *exportedTypes) const;
DAST.cpp871 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
872 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
DEnumType.cpp659 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
661 exportedTypes->push_back(this); in appendToExportedTypesVector()