Home
last modified time | relevance | path

Searched refs:hidlReservedMethods (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/hidl/
H A DInterface.h69 const std::vector<Method *> &hidlReservedMethods() const;
H A DInterface.cpp647 const std::vector<Method *> &Interface::hidlReservedMethods() const { in hidlReservedMethods() function in android::Interface
666 for (Method *reservedMethod : hidlReservedMethods()) { in allMethodsFromRoot()
H A DgenerateJava.cpp440 for (Method *method : iface->hidlReservedMethods()) { in generateJava()