Home
last modified time | relevance | path

Searched refs:lookupMethod (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DInterface.h44 Method *lookupMethod(std::string name) const;
DInterface.cpp459 if (lookupMethod(method->name()) != nullptr) { in addMethod()
577 Method *Interface::lookupMethod(std::string name) const { in lookupMethod() function in android::Interface