Lines Matching defs:in_reply_to
2304 struct binder_transaction *in_reply_to)
2313 if (in_reply_to)
2314 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS);
2320 in_reply_to ? "reply" : "transaction",
2615 struct binder_transaction *in_reply_to)
2669 in_reply_to);
2959 struct binder_transaction *in_reply_to = NULL;
2994 in_reply_to = thread->transaction_stack;
2995 if (in_reply_to == NULL) {
3004 if (in_reply_to->to_thread != thread) {
3005 spin_lock(&in_reply_to->lock);
3007 proc->pid, thread->pid, in_reply_to->debug_id,
3008 in_reply_to->to_proc ?
3009 in_reply_to->to_proc->pid : 0,
3010 in_reply_to->to_thread ?
3011 in_reply_to->to_thread->pid : 0);
3012 spin_unlock(&in_reply_to->lock);
3017 in_reply_to = NULL;
3020 thread->transaction_stack = in_reply_to->to_parent;
3022 binder_set_nice(in_reply_to->saved_priority);
3023 target_thread = binder_get_txn_from_and_acq_inner(in_reply_to);
3033 if (target_thread->transaction_stack != in_reply_to) {
3038 in_reply_to->debug_id);
3043 in_reply_to = NULL;
3472 thread, in_reply_to);
3544 thread, in_reply_to);
3664 t->timestamp = in_reply_to->timestamp;
3666 binder_pop_transaction_ilocked(target_thread, in_reply_to);
3671 binder_free_transaction(in_reply_to);
3806 if (in_reply_to) {
3807 binder_set_txn_from_error(in_reply_to, t_debug_id,
3811 binder_send_failed_reply(in_reply_to, return_error);