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
1738 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
DgenerateJava.cpp148 const Interface *superType = iface->superType(); in generateJava() local
DInterface.cpp51 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface()
611 const Interface* Interface::superType() const { in superType() function in android::Interface
DEnumType.cpp641 const Type* superType = type->storageType(); in typeChain() local
653 const Type* superType = storageType(); in superTypeChain() local