Searched refs:JavaNameOf (Results 1 – 1 of 1) sorted by relevance
60 const string& JavaNameOf(const AidlTypeSpecifier& aidl, bool instantiable = false, in JavaNameOf() function140 string ret = JavaNameOf(aidl, instantiable, boxing && !aidl.IsArray()); in JavaSignatureOfInternal()649 << JavaNameOf(element_type) << ".CREATOR);\n"; in CreateFromParcelFor()670 auto creator = JavaNameOf(*(c.type.GetTypeParameters().at(1))) + ".CREATOR"; in CreateFromParcelFor()754 args.push_back(JavaNameOf(c.type) + ".CREATOR"); in CreateFromParcelFor()778 c.writer << c.var << " = " << c.parcel << ".createTypedArray(" << JavaNameOf(c.type) in CreateFromParcelFor()840 << JavaNameOf(*(c.type.GetTypeParameters().at(0))) << ".CREATOR);\n"; in ReadFromParcelFor()