Home
last modified time | relevance | path

Searched refs:userDefinedMethods (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/lint/lints/
DmethodVersions.cpp96 for (Method* method : iface->userDefinedMethods()) { in methodVersions()
116 const std::vector<Method*>& superMethods = superType->userDefinedMethods(); in methodVersions()
Doneway.cpp43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType()
DmethodDocComment.cpp86 for (const Method* method : iface->isIBase() ? iface->methods() : iface->userDefinedMethods()) { in methodDocComments()
/system/tools/hidl/
DInterface.cpp643 const std::vector<Method *> &Interface::userDefinedMethods() const { in userDefinedMethods() function in android::Interface
662 for (Method *userMethod : iface->userDefinedMethods()) { in allMethodsFromRoot()
826 if (definedTypes.size() > 0 || userDefinedMethods().size() > 0) out << "\n"; in emitHidlDefinition()
831 if (definedTypes.size() > 0 && userDefinedMethods().size() > 0) out << "\n"; in emitHidlDefinition()
833 out.join(userDefinedMethods().begin(), userDefinedMethods().end(), "\n", in emitHidlDefinition()
DInterface.h67 const std::vector<Method *> &userDefinedMethods() const;
Dmain.cpp1044 out << fqName.string() << " " << interface->userDefinedMethods().size() << "\n"; in generateFunctionCount()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp76 const std::vector<Method*> userDefined = iface->userDefinedMethods(); in getUserDefinedMethods()
196 for (const Method* method : iface->userDefinedMethods()) { in emitAidl()