Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.h60 using AnnotationParamVector = std::vector<AnnotationParam*>; variable
63 Annotation(const std::string& name, AnnotationParamVector* params);
66 const AnnotationParamVector &params() const;
73 AnnotationParamVector *mParams;
DAnnotation.cpp72 Annotation::Annotation(const std::string& name, AnnotationParamVector* params) in Annotation()
79 const AnnotationParamVector &Annotation::params() const { in params()
Dhidl-gen_y.yy335 android::AnnotationParamVector *annotationParams;
417 $$ = new AnnotationParamVector;
428 $$ = new AnnotationParamVector;