Lines Matching defs:in_reply_to
2653 struct binder_transaction *in_reply_to)
2662 if (in_reply_to)
2663 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS);
2669 in_reply_to ? "reply" : "transaction",
2963 struct binder_transaction *in_reply_to)
3017 in_reply_to);
3195 struct binder_transaction *in_reply_to = NULL;
3225 in_reply_to = thread->transaction_stack;
3226 if (in_reply_to == NULL) {
3235 if (in_reply_to->to_thread != thread) {
3236 spin_lock(&in_reply_to->lock);
3238 proc->pid, thread->pid, in_reply_to->debug_id,
3239 in_reply_to->to_proc ?
3240 in_reply_to->to_proc->pid : 0,
3241 in_reply_to->to_thread ?
3242 in_reply_to->to_thread->pid : 0);
3243 spin_unlock(&in_reply_to->lock);
3248 in_reply_to = NULL;
3251 thread->transaction_stack = in_reply_to->to_parent;
3253 binder_set_nice(in_reply_to->saved_priority);
3254 target_thread = binder_get_txn_from_and_acq_inner(in_reply_to);
3262 if (target_thread->transaction_stack != in_reply_to) {
3267 in_reply_to->debug_id);
3272 in_reply_to = NULL;
3675 thread, in_reply_to);
3745 thread, in_reply_to);
3855 t->timestamp = in_reply_to->timestamp;
3857 binder_pop_transaction_ilocked(target_thread, in_reply_to);
3861 binder_free_transaction(in_reply_to);
3977 if (in_reply_to) {
3980 binder_send_failed_reply(in_reply_to, return_error);