Searched refs:binder_transaction (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/android/ |
D | binder_trace.h | 28 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),
|
D | binder.c | 281 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/ |
D | lsm_hooks.h | 1305 int (*binder_transaction)(struct task_struct *from, member 1620 struct list_head binder_transaction; member
|
/linux-4.4.14/security/ |
D | security.c | 141 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/ |
D | hooks.c | 5861 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),
|