Lines Matching refs:trd
4770 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4775 size_t trsize = sizeof(*trd); in binder_thread_read()
5023 trd->target.ptr = target_node->ptr; in binder_thread_read()
5024 trd->cookie = target_node->cookie; in binder_thread_read()
5034 trd->target.ptr = 0; in binder_thread_read()
5035 trd->cookie = 0; in binder_thread_read()
5038 trd->code = t->code; in binder_thread_read()
5039 trd->flags = t->flags; in binder_thread_read()
5040 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
5046 trd->sender_pid = in binder_thread_read()
5050 trd->sender_pid = 0; in binder_thread_read()
5081 trd->data_size = t->buffer->data_size; in binder_thread_read()
5082 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
5083 trd->data.ptr.buffer = t->buffer->user_data; in binder_thread_read()
5084 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read()