Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.h53 using AnnotationParamVector = std::vector<const AnnotationParam*>; variable
56 Annotation(const char *name, AnnotationParamVector *params);
59 const AnnotationParamVector &params() const;
66 AnnotationParamVector *mParams;
DAnnotation.cpp78 Annotation::Annotation(const char *name,AnnotationParamVector *params) in Annotation()
87 const AnnotationParamVector &Annotation::params() const { in params()
Dhidl-gen_y.yy277 android::AnnotationParamVector *annotationParams;
321 $$ = new AnnotationParamVector;
332 $$ = new AnnotationParamVector;