Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp44 std::vector<const EnumType*> chain = typeChain(); in forEachValueFromRoot()
55 for (const auto it : typeChain()) { in numValueNames()
218 std::vector<const EnumType*> chain = typeChain(); in lookupIdentifier()
306 std::vector<const EnumType*> chain = typeChain(); in emitTypeDeclarations()
335 for (const auto* type : typeChain()) { in emitIteratorDeclaration()
347 auto enumerators = typeChain(); in emitIteratorDeclaration()
523 std::vector<const EnumType*> chain = typeChain(); in emitJavaTypeDeclarations()
598 std::vector<const EnumType*> chain = typeChain(); in emitVtsTypeDeclarations()
636 std::vector<const EnumType*> EnumType::typeChain() const { in typeChain() function in android::EnumType
657 return static_cast<const EnumType*>(superType)->typeChain(); in superTypeChain()
[all …]
DInterface.cpp244 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
255 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
299 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
309 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
621 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface
632 return isIBase() ? std::vector<const Interface*>() : superType()->typeChain(); in superTypeChain()
659 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
DInterface.h64 std::vector<const Interface *> typeChain() const;
DEnumType.h125 std::vector<const EnumType*> typeChain() const;
DgenerateCpp.cpp343 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()
1738 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp67 for (const Interface* iface : interface.typeChain()) { in getUserDefinedMethods()
191 for (const Interface* iface : interface.typeChain()) { in emitAidl()
DAidlNamedType.cpp52 for (const EnumType* type : enumType.typeChain()) { in emitEnumAidlDefinition()
Dmain.cpp414 for (const Interface* interface : iface->typeChain()) { in main()
DAidlTranslate.cpp80 for (const EnumType* type : enumType.typeChain()) { in emitEnumStaticAssert()