HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationParam (Results 1 - 5 of 5) sorted by null

  /system/tools/hidl/
Annotation.h 31 struct AnnotationParam {
32 AnnotationParam(const std::string &name,
34 AnnotationParam(const std::string &name,
53 using AnnotationParamVector = std::vector<const AnnotationParam*>;
60 const AnnotationParam *getParam(const std::string &name) const;
Annotation.cpp 27 AnnotationParam::AnnotationParam(const std::string &name,
31 AnnotationParam::AnnotationParam(const std::string &name,
40 const std::string &AnnotationParam::getName() const {
44 const std::vector<std::string> *AnnotationParam::getValues() const {
48 const std::string &AnnotationParam::getSingleValue() const {
53 std::string AnnotationParam::getSingleString() const {
65 bool AnnotationParam::getSingleBool() const {
91 const AnnotationParam *Annotation::getParam(const std::string &name) const
    [all...]
EnumType.cpp 532 const AnnotationParam *nameParam = annotation->getParam("name");
538 const AnnotationParam *exportParentParam = annotation->getParam("export_parent");
544 const AnnotationParam *prefixParam = annotation->getParam("value_prefix");
550 const AnnotationParam *suffixParam = annotation->getParam("value_suffix");
hidl-gen_y.yy 251 %type<annotationParam> annotation_param
276 android::AnnotationParam *annotationParam;
345 $$ = new AnnotationParam($1, $3);
349 $$ = new AnnotationParam($1, $3);
Interface.cpp 842 const AnnotationParam *param =

Completed in 256 milliseconds