Searched refs:binder_transaction (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/android/ |
H A D | binder_trace.h | 20 struct binder_transaction; 99 TP_PROTO(struct binder_transaction *t, 127 TRACE_EVENT(binder_transaction, 128 TP_PROTO(bool reply, struct binder_transaction *t, 156 TP_PROTO(struct binder_transaction *t), 169 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 194 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 219 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 247 TP_PROTO(struct binder_transaction *t, int fd, size_t offset), 265 TP_PROTO(struct binder_transaction *t, int fd, size_t offset),
|
H A D | binder_internal.h | 483 struct binder_transaction *transaction_stack; 514 struct binder_transaction { struct 520 struct binder_transaction *from_parent; argument 523 struct binder_transaction *to_parent; argument
|
H A D | binder_alloc.h | 19 struct binder_transaction; 53 struct binder_transaction *transaction;
|
H A D | binder.c | 1495 struct binder_transaction *t) in binder_get_txn_from() 1519 struct binder_transaction *t) in binder_get_txn_from_and_acq_inner() 1608 struct binder_transaction *next; in binder_send_failed_reply() 2722 static struct binder_transaction * 2912 struct binder_transaction *t; in binder_transaction() 3110 struct binder_transaction *tmp; in binder_transaction() 4345 struct binder_transaction *t) in binder_apply_fd_fixups() 4811 struct binder_transaction *t; in binder_release_work() 4948 struct binder_transaction *t; in binder_thread_release() 6007 struct binder_transaction *t; in print_binder_work_ilocked() [all …]
|
/openbmc/linux/include/linux/ |
H A D | lsm_hook_defs.h | 30 LSM_HOOK(int, 0, binder_transaction, const struct cred *from,
|
/openbmc/linux/security/ |
H A D | security.c | 815 return call_int_hook(binder_transaction, 0, from, to); in security_binder_transaction()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 7004 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),
|