Lines Matching refs:trd
4393 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4398 size_t trsize = sizeof(*trd); in binder_thread_read()
4603 trd->target.ptr = target_node->ptr; in binder_thread_read()
4604 trd->cookie = target_node->cookie; in binder_thread_read()
4614 trd->target.ptr = 0; in binder_thread_read()
4615 trd->cookie = 0; in binder_thread_read()
4618 trd->code = t->code; in binder_thread_read()
4619 trd->flags = t->flags; in binder_thread_read()
4620 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4626 trd->sender_pid = in binder_thread_read()
4630 trd->sender_pid = 0; in binder_thread_read()
4661 trd->data_size = t->buffer->data_size; in binder_thread_read()
4662 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4663 trd->data.ptr.buffer = (uintptr_t)t->buffer->user_data; in binder_thread_read()
4664 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read()
4705 (u64)trd->data.ptr.buffer, in binder_thread_read()
4706 (u64)trd->data.ptr.offsets); in binder_thread_read()