Home
last modified time | relevance | path

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

/drivers/android/
Dbinder.c596 struct binder_transaction { struct
600 struct binder_transaction *from_parent; argument
603 struct binder_transaction *to_parent; argument
604 unsigned need_reply:1;
607 struct binder_buffer *buffer;
608 unsigned int code;
609 unsigned int flags;
610 struct binder_priority priority;
611 struct binder_priority saved_priority;
612 bool set_priority_called;
[all …]