Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
550 struct binder_transaction { struct554 struct binder_transaction *from_parent; argument557 struct binder_transaction *to_parent; argument558 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 …]
2968 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function