Searched refs:binder_transaction (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.1.27/security/ |
D | capability.c | 952 set_to_cap_if_null(ops, binder_transaction); in security_fixup_ops()
|
D | security.c | 146 return security_ops->binder_transaction(from, to); in security_binder_transaction()
|
/linux-4.1.27/include/linux/ |
D | security.h | 1464 int (*binder_transaction) (struct task_struct *from, member
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 5849 .binder_transaction = selinux_binder_transaction,
|