Searched defs:allMethodsFromRoot (Results 1 - 1 of 1) sorted by relevance

/system/tools/hidl/
H A DInterface.cpp686 std::vector<InterfaceAndMethod> Interface::allMethodsFromRoot() const { function in class:android::Interface
704 return isIBase() ? std::vector<InterfaceAndMethod>() : superType()->allMethodsFromRoot();

Completed in 6 milliseconds