Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.cpp70 StringAnnotationParam::StringAnnotationParam(const std::string& name, in StringAnnotationParam() function in android::StringAnnotationParam
74 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues()
78 std::string StringAnnotationParam::getSingleValue() const { in getSingleValue()
DAnnotation.h55 struct StringAnnotationParam : AnnotationParam { struct
56 StringAnnotationParam(const std::string& name, std::vector<std::string>* values);
Dhidl-gen_y.yy430 $$ = new StringAnnotationParam($1, $3);