Lines Matching refs:trd
4470 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4475 size_t trsize = sizeof(*trd); in binder_thread_read()
4682 trd->target.ptr = target_node->ptr; in binder_thread_read()
4683 trd->cookie = target_node->cookie; in binder_thread_read()
4690 trd->target.ptr = 0; in binder_thread_read()
4691 trd->cookie = 0; in binder_thread_read()
4694 trd->code = t->code; in binder_thread_read()
4695 trd->flags = t->flags; in binder_thread_read()
4696 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4702 trd->sender_pid = in binder_thread_read()
4707 trd->sender_pid = 0; in binder_thread_read()
4738 trd->data_size = t->buffer->data_size; in binder_thread_read()
4739 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4740 trd->data.ptr.buffer = (uintptr_t)t->buffer->user_data; in binder_thread_read()
4741 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read()
4782 (u64)trd->data.ptr.buffer, in binder_thread_read()
4783 (u64)trd->data.ptr.offsets); in binder_thread_read()