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