Lines Matching refs:trd
4229 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4234 size_t trsize = sizeof(*trd); in binder_thread_read()
4434 trd->target.ptr = target_node->ptr; in binder_thread_read()
4435 trd->cookie = target_node->cookie; in binder_thread_read()
4445 trd->target.ptr = 0; in binder_thread_read()
4446 trd->cookie = 0; in binder_thread_read()
4449 trd->code = t->code; in binder_thread_read()
4450 trd->flags = t->flags; in binder_thread_read()
4451 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4457 trd->sender_pid = in binder_thread_read()
4461 trd->sender_pid = 0; in binder_thread_read()
4492 trd->data_size = t->buffer->data_size; in binder_thread_read()
4493 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4494 trd->data.ptr.buffer = (uintptr_t)t->buffer->user_data; in binder_thread_read()
4495 trd->data.ptr.offsets = trd->data.ptr.buffer + in binder_thread_read()
4536 (u64)trd->data.ptr.buffer, in binder_thread_read()
4537 (u64)trd->data.ptr.offsets); in binder_thread_read()