Searched defs:annotations (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DMethod.cpp32 std::vector<Annotation *> *annotations)
37 mAnnotations(annotations) {
68 const std::vector<Annotation *> &Method::annotations() const { function in class:android::Method
28 Method(const char *name, std::vector<TypedVar *> *args, std::vector<TypedVar *> *results, bool oneway, std::vector<Annotation *> *annotations) argument
H A DType.cpp33 void Type::setAnnotations(std::vector<Annotation *> *annotations) { argument
34 mAnnotations = annotations;
37 const std::vector<Annotation *> &Type::annotations() const { function in class:android::Type

Completed in 37 milliseconds