Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h89 std::vector<const Type *> *exportedTypes) const override;
DScope.cpp258 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
260 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
Dmain.cpp626 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local
643 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()
648 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()
923 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local
936 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()
939 if (exportedTypes.empty()) { in generateExportHeaderForPackage()
979 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
DEnumType.h121 std::vector<const Type *> *exportedTypes) const override;
DAST.h194 std::vector<const Type *> *exportedTypes) const;
DType.h315 std::vector<const Type *> *exportedTypes) const;
DAST.cpp871 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
872 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
DEnumType.cpp675 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
677 exportedTypes->push_back(this); in appendToExportedTypesVector()