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