Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/android/
Dbinder_trace.h28 struct binder_transaction;
106 TRACE_EVENT(binder_transaction,
107 TP_PROTO(bool reply, struct binder_transaction *t,
135 TP_PROTO(struct binder_transaction *t),
148 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
173 TP_PROTO(struct binder_transaction *t, struct binder_ref *ref),
197 TP_PROTO(struct binder_transaction *t, struct binder_ref *src_ref,
224 TP_PROTO(struct binder_transaction *t, int src_fd, int dest_fd),
Dbinder.c281 struct binder_transaction *transaction;
345 struct binder_transaction *transaction_stack;
355 struct binder_transaction { struct
359 struct binder_transaction *from_parent; argument
362 struct binder_transaction *to_parent; argument
1171 struct binder_transaction *t) in binder_pop_transaction()
1187 static void binder_send_failed_reply(struct binder_transaction *t, in binder_send_failed_reply()
1191 struct binder_transaction *next; in binder_send_failed_reply()
1317 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function
1321 struct binder_transaction *t; in binder_transaction()
[all …]
/linux-4.1.27/security/
Dcapability.c952 set_to_cap_if_null(ops, binder_transaction); in security_fixup_ops()
Dsecurity.c146 return security_ops->binder_transaction(from, to); in security_binder_transaction()
/linux-4.1.27/include/linux/
Dsecurity.h1464 int (*binder_transaction) (struct task_struct *from, member
/linux-4.1.27/security/selinux/
Dhooks.c5849 .binder_transaction = selinux_binder_transaction,