Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.h219 bool addMethod(Method* method, Interface* iface);
Dhidl-gen_y.yy73 // Inherited methods from IBase is detected in addMethod. Not added here
593 if (!ast->addMethod($2, iface)) {
DAST.cpp910 bool AST::addMethod(Method* method, Interface* iface) { in addMethod() function in android::AST