Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h42 bool addMethod(Method *method);
Dhidl-gen_y.yy71 // Inherited methods from IBase is detected in addMethod. Not added here
614 if (!iface->addMethod($2)) {
DInterface.cpp446 bool Interface::addMethod(Method *method) { in addMethod() function in android::Interface