Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
55788 int (*binder_transaction)(const struct cred *, const struct cred *); member56037 struct hlist_head binder_transaction; member116801 struct binder_transaction { struct116807 struct binder_transaction *from_parent; argument116810 struct binder_transaction *to_parent; argument116811 unsigned int need_reply: 1;116812 struct binder_buffer *buffer;116813 unsigned int code;116814 unsigned int flags;116815 struct binder_priority priority;[all …]
65546 int (*binder_transaction)(const struct cred *, const struct cred *); member65795 struct hlist_head binder_transaction; member123152 struct binder_transaction { struct123158 struct binder_transaction *from_parent; argument123161 struct binder_transaction *to_parent; argument123162 unsigned int need_reply: 1;123163 struct binder_buffer *buffer;123164 unsigned int code;123165 unsigned int flags;123166 struct binder_priority priority;[all …]