Searched defs:binder_transaction (Results 1 – 1 of 1) sorted by relevance
596 struct binder_transaction { struct600 struct binder_transaction *from_parent; argument603 struct binder_transaction *to_parent; argument604 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 …]