Home
last modified time | relevance | path

Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h550 struct binder_transaction { struct
554 struct binder_transaction *from_parent; argument
557 struct binder_transaction *to_parent; argument
558 unsigned need_reply:1;
561 struct binder_buffer *buffer;
562 unsigned int code;
563 unsigned int flags;
564 struct binder_priority priority;
565 struct binder_priority saved_priority;
566 bool set_priority_called;
[all …]
H A Dbinder.c2968 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function