Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp261 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
272 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
317 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
327 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
517 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface
528 return superType()->typeChain(); // should work even if superType is nullptr in superTypeChain()
559 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
DgenerateVts.cpp101 std::vector<const Interface *> chain = iface->typeChain(); in generateVts()
DInterface.h50 std::vector<const Interface *> typeChain() const;
DgenerateCpp.cpp527 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()
2107 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()