Home
last modified time | relevance | path

Searched refs:trd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/android/
Dbinder.c4215 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4220 size_t trsize = sizeof(*trd); in binder_thread_read()
4420 trd->target.ptr = target_node->ptr; in binder_thread_read()
4421 trd->cookie = target_node->cookie; in binder_thread_read()
4431 trd->target.ptr = 0; in binder_thread_read()
4432 trd->cookie = 0; in binder_thread_read()
4435 trd->code = t->code; in binder_thread_read()
4436 trd->flags = t->flags; in binder_thread_read()
4437 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4443 trd->sender_pid = in binder_thread_read()
[all …]