Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java.h51 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a);
Dgenerate_java.cpp302 for (const auto& a : JavaAnnotationsFor(node)) { in GenerateAnnotations()
384 parcel_class->annotations = JavaAnnotationsFor(*parcel); in generate_parcel_class()
1002 std::vector<std::string> JavaAnnotationsFor(const AidlNode& a) { in JavaAnnotationsFor() function
Dgenerate_java_binder.cpp410 decl->annotations = JavaAnnotationsFor(method); in generate_interface_method()
414 var->annotations = JavaAnnotationsFor(arg->GetType()); in generate_interface_method()
1083 interface->annotations = JavaAnnotationsFor(*iface); in generate_binder_interface_class()