Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp260 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition()
649 for (const auto &annotation : annotations()) { in findExportAnnotation() local
666 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local
DMethod.cpp275 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition()
DInterface.cpp536 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local
904 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
/system/tools/aidl/
Dgenerate_java.cpp368 for (const std::string& annotation : generate_java_annotations(*enum_decl)) { in generate_enum() local
Daidl_checkapi.cpp58 for (const AidlAnnotation& annotation : node.GetAnnotations()) { in get_strict_annotations() local
Daidl_language.cpp286 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::BACKING); in BackingType() local
327 for (const auto& annotation : GetAnnotations()) { in CheckValid() local