Lines Matching refs:reply
2002 "send failed reply for transaction %d to %d:%d\n",
2021 pr_warn("Unexpected reply error: %u\n",
2033 "send failed reply for transaction %d, target dead\n",
2039 "reply failed, no target thread at root\n");
2044 "reply failed, no target thread -- retry %d\n",
2669 in_reply_to ? "reply" : "transaction",
3180 struct binder_transaction_data *tr, int reply,
3215 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
3223 if (reply) {
3228 binder_user_error("%d:%d got reply transaction with no transaction stack\n",
3237 binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has target %d:%d\n",
3263 binder_user_error("%d:%d got reply transaction with bad target transaction stack %d, expected %d\n",
3407 /* TODO: reuse incoming transaction for reply */
3430 if (reply)
3449 if (!reply && !(tr->flags & TF_ONE_WAY)) {
3496 trace_binder_transaction(reply, t, target_node);
3500 !reply && (t->flags & TF_ONE_WAY), current->tgid);
3846 if (reply) {
4933 (cmd == BR_REPLY ? "reply " : ""),
6558 e->debug_id, (e->call_type == 2) ? "reply" :