Home
last modified time | relevance | path

Searched defs:allReservedMethods (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DInterface.cpp567 bool Interface::addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods) { in addAllReservedMethods()
H A DAST.cpp928 std::map<std::string, Method*> allReservedMethods(mAllReservedMethods); in addAllReservedMethodsToInterface() local