Home | History | Annotate | Download | only in aidl

Lines Matching refs:NAMES

178         Type* t = NAMES.Search(arg->type.type.data);
210 Type* returnType = NAMES.Search(method->type.type.data);
241 Type* t = NAMES.Search(arg->type.type.data);
653 resultMethod->parameters.push_back(new Variable(NAMES.Search(method->type.type.data),
660 NAMES.Search(arg->type.type.data), arg->name.data,
699 Type* t = NAMES.Search(arg->type.type.data);
760 Type* t = NAMES.Search(method->type.type.data);
775 Type* t = NAMES.Search(arg->type.type.data);
819 decl->returnType = NAMES.Search(method->type.type.data);
825 NAMES.Search(arg->type.type.data), arg->name.data,
864 Type* t = NAMES.Search(arg->type.type.data);
893 NAMES.Search(arg->type.type.data), arg->name.data,
957 NAMES.Find(iface->package, iface->name.data));
978 if (NAMES.Search(((method_type*)item)->type.type.data) == EVENT_FAKE_TYPE) {