Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h48 bool addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods);
DInterface.cpp573 bool Interface::addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods) { in addAllReservedMethods() function in android::Interface
DAST.cpp935 return iface->addAllReservedMethods(allReservedMethods); in addAllReservedMethodsToInterface()