Lines Matching refs:kReplyVarName
55 const char kReplyVarName[] = "_aidl_reply"; variable
264 b->AddLiteral(StringPrintf("%s %s", kAndroidParcelLiteral, kReplyVarName)); in DefineClientTransaction()
320 StringPrintf("&%s", kReplyVarName)}; in DefineClientTransaction()
361 StringPrintf("%s.readFromParcel(%s)", kStatusVarName, kReplyVarName))); in DefineClientTransaction()
378 new MethodCall(StringPrintf("%s.%s", kReplyVarName, method_call.c_str()), in DefineClientTransaction()
391 new MethodCall(StringPrintf("%s.%s", kReplyVarName, method.c_str()), in DefineClientTransaction()
608 StringPrintf("%s.writeToParcel(%s)", kStatusVarName, kReplyVarName))); in HandleServerTransaction()
619 string(kReplyVarName) + "->" + ParcelWriteMethodOf(method.GetType(), typenames); in HandleServerTransaction()
634 new MethodCall(string(kReplyVarName) + "->" + writeMethod, in HandleServerTransaction()
699 StringPrintf("%s* %s", kAndroidParcelLiteral, kReplyVarName), in BuildServerSource()
734 kDataVarName, kReplyVarName, kFlagsVarName)); in BuildServerSource()
746 kReplyVarName))); in BuildServerSource()
897 StringPrintf("%s* %s", kAndroidParcelLiteral, kReplyVarName), in BuildServerHeader()