Home
last modified time | relevance | path

Searched defs:AnnotationParam (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DAnnotation.h30 struct AnnotationParam { struct
31 virtual ~AnnotationParam() {} in ~AnnotationParam() argument
H A DAnnotation.cpp28 AnnotationParam::AnnotationParam(const std::string& name) : mName(name) {} in AnnotationParam() function in android::AnnotationParam