Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dlsm_hooks.h1305 int (*binder_transaction)(struct task_struct *from, member
1620 struct list_head binder_transaction; member
/linux-4.4.14/security/
Dsecurity.c141 return call_int_hook(binder_transaction, 0, from, to); in security_binder_transaction()
1544 .binder_transaction =
1545 LIST_HEAD_INIT(security_hook_heads.binder_transaction),
/linux-4.4.14/security/selinux/
Dhooks.c5861 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),