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