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