Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h63 const std::vector<NamedType *> &getSubTypes() const;
DgenerateVts.cpp41 for (const auto &type : mRootScope->getSubTypes()) { in emitVtsTypeDeclarations()
DScope.cpp163 const std::vector<NamedType *> &Scope::getSubTypes() const { in getSubTypes() function in android::Scope
DAST.cpp537 for (const auto *type : mRootScope->getSubTypes()) { in isJavaCompatible()
DgenerateJava.cpp52 for (const auto &type : mRootScope->getSubTypes()) { in generateJavaTypes()
Dmain.cpp292 std::vector<NamedType *> subTypes = rootScope->getSubTypes(); in generateMakefileSection()
403 std::vector<NamedType *> subTypes = rootScope->getSubTypes(); in packageNeedsJavaCode()
DInterface.cpp784 for (const auto &type : getSubTypes()) { in emitVtsAttributeDeclaration()
DCompoundType.cpp978 for (const auto &type : getSubTypes()) { in emitVtsTypeDeclarations()