Home
last modified time | relevance | path

Searched refs:AnnotationParams (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dgenerate_java.cpp390 const std::map<std::string, std::string> params = a.AnnotationParams(ConstantValueDecorator); in generate_java_unsupportedappusage_parameters()
424 for (const auto& name_and_param : java_passthrough->AnnotationParams(strip_double_quote)) { in generate_java_annotations()
Daidl_language.cpp207 std::map<std::string, std::string> AidlAnnotation::AnnotationParams( in AnnotationParams() function in AidlAnnotation
242 for (const auto& [name, value] : AnnotationParams(decorator)) { in ToString()
288 auto annotation_params = annotation->AnnotationParams(AidlConstantValueDecorator); in BackingType()
Daidl_language.h185 std::map<std::string, std::string> AnnotationParams(