Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DEnumType.cpp510 for (const auto &annotation : annotations()) { in findExportAnnotation() local
511 if (annotation->name() == "export") { in findExportAnnotation()
512 return annotation; in findExportAnnotation()
527 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local
528 CHECK(annotation != nullptr); in emitExportedHeader()
532 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()
538 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()
544 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()
550 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
DInterface.cpp833 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
836 std::string name = annotation->name(); in emitVtsMethodDeclaration()
843 annotation->getParam("next"); in emitVtsMethodDeclaration()
Dhidl-gen_y.yy253 %type<annotation> annotation
278 android::Annotation *annotation;
304 | opt_annotations annotation
311 annotation
/system/tools/aidl/
Daidl_language_y.yy24 AidlType::Annotation annotation;
53 %type<annotation> annotation
294 | annotation_list annotation
297 annotation
Daidl_language.h59 void Annotate(AidlAnnotatable::Annotation annotation) { in Annotate() argument
61 static_cast<AidlAnnotatable::Annotation>(annotations_ | annotation); in Annotate()
/system/tools/aidl/docs/
Daidl-cpp.md243 with the @nullable annotation.