Home
last modified time | relevance | path

Searched refs:AnnotationParam (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DAnnotation.cpp28 AnnotationParam::AnnotationParam(const std::string& name) : mName(name) {} in AnnotationParam() function in android::AnnotationParam
30 const std::string& AnnotationParam::getName() const { in getName()
34 std::string AnnotationParam::getSingleString() const { in getSingleString()
46 bool AnnotationParam::getSingleBool() const { in getSingleBool()
61 : AnnotationParam(name), mValues(values) {} in StringAnnotationParam()
83 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam()
107 const AnnotationParam* param = mParams->at(i); in dump()
DAnnotation.h30 struct AnnotationParam { struct
31 virtual ~AnnotationParam() {} in ~AnnotationParam() argument
47 AnnotationParam(const std::string& name);
50 struct StringAnnotationParam : AnnotationParam {
60 using AnnotationParamVector = std::vector<AnnotationParam*>;
67 const AnnotationParam *getParam(const std::string &name) const;
DEnumType.cpp671 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()
677 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()
683 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()
689 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
DInterface.cpp913 const AnnotationParam *param = in emitVtsMethodDeclaration()
Dhidl-gen_y.yy334 android::AnnotationParam *annotationParam;