Searched refs:hidlReservedMethods (Results 1 – 3 of 3) sorted by relevance
62 const std::vector<Method *> &hidlReservedMethods() const;
673 const std::vector<Method *> &Interface::hidlReservedMethods() const { in hidlReservedMethods() function in android::Interface692 for (Method *reservedMethod : hidlReservedMethods()) { in allMethodsFromRoot()
477 for (Method *method : iface->hidlReservedMethods()) { in generateJava()