Lines Matching refs:trd
3869 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
3874 size_t trsize = sizeof(*trd); in binder_thread_read()
4079 trd->target.ptr = target_node->ptr; in binder_thread_read()
4080 trd->cookie = target_node->cookie; in binder_thread_read()
4090 trd->target.ptr = 0; in binder_thread_read()
4091 trd->cookie = 0; in binder_thread_read()
4094 trd->code = t->code; in binder_thread_read()
4095 trd->flags = t->flags; in binder_thread_read()
4096 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4102 trd->sender_pid = in binder_thread_read()
4106 trd->sender_pid = 0; in binder_thread_read()
4137 trd->data_size = t->buffer->data_size; in binder_thread_read()
4138 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4139 trd->data.ptr.buffer = (uintptr_t)t->buffer->user_data; in binder_thread_read()
4140 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read()
4181 (u64)trd->data.ptr.buffer, in binder_thread_read()
4182 (u64)trd->data.ptr.offsets); in binder_thread_read()