Home
last modified time | relevance | path

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

/system/tools/hidl/lint/lints/
DmethodVersions.cpp115 [&](const Interface* superType) -> bool { in methodVersions()
/system/tools/hidl/
DgenerateCpp.cpp261 const Interface *superType = iface->superType(); in generateInterfaceHeader() local
343 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local
856 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource() local
1736 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
DgenerateJava.cpp144 const Interface *superType = iface->superType(); in generateJava() local
DInterface.cpp76 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface()
615 const Interface* Interface::superType() const { in superType() function in android::Interface
DEnumType.cpp625 const Type* superType = type->storageType(); in typeChain() local
637 const Type* superType = storageType(); in superTypeChain() local