Home
last modified time | relevance | path

Searched refs:allSuperMethodsFromRoot (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DInterface.h83 std::vector<InterfaceAndMethod> allSuperMethodsFromRoot() const;
H A DInterface.cpp503 for (auto const& tuple : allSuperMethodsFromRoot()) { in validateUniqueNames()
674 std::vector<InterfaceAndMethod> Interface::allSuperMethodsFromRoot() const { in allSuperMethodsFromRoot() function in android::Interface