Home
last modified time | relevance | path

Searched defs:superType (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DgenerateCpp.cpp267 const Interface *superType = iface->superType(); in generateInterfaceHeader() local
348 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local
860 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource() local
1803 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
DgenerateJava.cpp150 const Interface *superType = iface->superType(); in generateJava() local
DInterface.cpp75 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface()
637 const Interface* Interface::superType() const { in superType() function in android::Interface
DEnumType.cpp586 const Type* superType = type->storageType(); in typeChain() local
598 const Type* superType = storageType(); in superTypeChain() local