Home
last modified time | relevance | path

Searched refs:superTypeChain (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DInterface.h47 std::vector<const Interface *> superTypeChain() const;
DInterface.cpp527 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
DgenerateCpp.cpp1102 for (const Interface *superType : iface->superTypeChain()) { in generateCppSources()