Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/lint/lints/
H A DmethodVersions.cpp96 for (Method* method : iface->userDefinedMethods()) { in methodVersions()
116 const std::vector<Method*>& superMethods = superType->userDefinedMethods(); in methodVersions()
H A Doneway.cpp43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType()
H A DmethodDocComment.cpp86 for (const Method* method : iface->isIBase() ? iface->methods() : iface->userDefinedMethods()) { in methodDocComments()
/aosp12/system/tools/hidl/
H A 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()
H A DInterface.h67 const std::vector<Method *> &userDefinedMethods() const;
H A Dmain.cpp1044 out << fqName.string() << " " << interface->userDefinedMethods().size() << "\n"; in generateFunctionCount()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlInterface.cpp76 const std::vector<Method*> userDefined = iface->userDefinedMethods(); in getUserDefinedMethods()
196 for (const Method* method : iface->userDefinedMethods()) { in emitAidl()