Home
last modified time | relevance | path

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

/system/tools/hidl/
DgenerateJava.cpp144 const Interface *superType = iface->superType(); in generateJava() local
DgenerateCpp.cpp457 const Interface *superType = iface->superType(); in generateInterfaceHeader() local
536 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local
1084 for (const Interface *superType : iface->superTypeChain()) { in generateCppSources() local
1966 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
DEnumType.cpp496 const Type *superType = type->storageType(); in getTypeChain() local
DInterface.cpp516 const Interface *Interface::superType() const { in superType() function in android::Interface