Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.cpp229 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
231 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
DScope.h83 std::vector<const Type *> *exportedTypes) const override;
Dmain.cpp548 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local
565 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()
570 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()
787 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local
800 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()
803 if (exportedTypes.empty()) { in generateExportHeaderForPackage()
838 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
DEnumType.h114 std::vector<const Type *> *exportedTypes) const override;
DAST.h179 std::vector<const Type *> *exportedTypes) const;
DAST.cpp805 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
806 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
DType.h338 std::vector<const Type *> *exportedTypes) const;
DEnumType.cpp620 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()
622 exportedTypes->push_back(this); in appendToExportedTypesVector()