Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp264 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
275 std::vector<const Interface *> chain = typeChain(); in fillDescriptorChainMethod()
320 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
330 std::vector<const Interface *> chain = typeChain(); in fillHashChainMethod()
520 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface
531 return superType()->typeChain(); // should work even if superType is nullptr in superTypeChain()
562 std::vector<const Interface *> chain = typeChain(); in allMethodsFromRoot()
DgenerateVts.cpp114 std::vector<const Interface *> chain = iface->typeChain(); in generateVts()
DInterface.h50 std::vector<const Interface *> typeChain() const;
DgenerateCppImpl.cpp122 std::vector<const Interface *> chain = iface->typeChain(); in generateStubImplHeader()
DgenerateCpp.cpp536 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader()
1966 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource()