HomeSort by relevance Sort by last modified time
    Searched defs:StringAnnotationParam (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/
Annotation.h 55 struct StringAnnotationParam : AnnotationParam {
56 StringAnnotationParam(const std::string& name, std::vector<std::string>* values);
Annotation.cpp 70 StringAnnotationParam::StringAnnotationParam(const std::string& name,
74 std::vector<std::string> StringAnnotationParam::getValues() const {
78 std::string StringAnnotationParam::getSingleValue() const {

Completed in 207 milliseconds