Home
last modified time | relevance | path

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

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