Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.cpp59 StringAnnotationParam::StringAnnotationParam(const std::string& name, in StringAnnotationParam() function in android::StringAnnotationParam
63 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues()
67 std::string StringAnnotationParam::getSingleValue() const { in getSingleValue()
DAnnotation.h50 struct StringAnnotationParam : AnnotationParam { struct
51 StringAnnotationParam(const std::string& name, std::vector<std::string>* values);
Dhidl-gen_y.yy441 $$ = new StringAnnotationParam($1, $3);