Home
last modified time | relevance | path

Searched refs:getParam (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DAnnotation.h85 const AnnotationParam *getParam(const std::string &name) const;
DEnumType.cpp632 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()
638 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()
644 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()
650 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
DAnnotation.cpp118 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam() function in android::Annotation
DInterface.cpp938 annotation->getParam("next"); in emitVtsMethodDeclaration()