Searched refs:binder_transaction (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 | 501 struct binder_transaction *transaction_stack; 532 struct binder_transaction { struct 538 struct binder_transaction *from_parent; argument 541 struct binder_transaction *to_parent; argument
|
| H A D | binder_alloc.h | 19 struct binder_transaction; 52 struct binder_transaction *transaction;
|
| H A D | binder.c | 1582 struct binder_transaction *t) in binder_get_txn_from() 1606 struct binder_transaction *t) in binder_get_txn_from_and_acq_inner() 1695 struct binder_transaction *next; in binder_send_failed_reply() 2809 static struct binder_transaction * 2999 struct binder_transaction *t; in binder_transaction() 3196 struct binder_transaction *tmp; in binder_transaction() 4615 struct binder_transaction *t) in binder_apply_fd_fixups() 5121 struct binder_transaction *t; in binder_release_work() 5269 struct binder_transaction *t; in binder_thread_release() 6386 struct binder_transaction *t; in print_binder_work_ilocked() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | lsm_hook_defs.h | 30 LSM_HOOK(int, 0, binder_transaction, const struct cred *from,
|
| /linux-6.15/security/ |
| H A D | security.c | 1012 return call_int_hook(binder_transaction, from, to); in security_binder_transaction()
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 7217 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),
|