Searched refs:binder_transaction (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/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 * [all...] |
H A D | binder_internal.h | 483 struct binder_transaction *transaction_stack; 520 struct binder_transaction { struct 529 struct binder_transaction *from_parent; 532 struct binder_transaction *to_parent;
|
H A D | binder_alloc.h | 19 struct binder_transaction; 32 * @transaction: pointer to associated struct binder_transaction 53 struct binder_transaction *transaction;
|
H A D | binder.c | 1458 struct binder_transaction *t) in binder_pop_transaction_ilocked() 1475 * extract t->from from a binder_transaction and keep the thread 1533 struct binder_transaction *t) in binder_get_txn_from() 1557 struct binder_transaction *t) 1588 static void binder_free_txn_fixups(struct binder_transaction *t) in binder_free_txn_fixups() 1601 static void binder_txn_latency_free(struct binder_transaction *t) in binder_txn_latency_free() 1615 static void binder_free_transaction(struct binder_transaction *t) in binder_free_transaction() 1642 static void binder_send_failed_reply(struct binder_transaction *t, in binder_send_failed_reply() 1646 struct binder_transaction *next; in binder_send_failed_reply() 1706 static void binder_cleanup_transaction(struct binder_transaction * 2942 static void binder_transaction(struct binder_proc *proc, binder_transaction() function [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_trace.h | 20 struct binder_transaction; 98 TRACE_EVENT(binder_transaction, 99 TP_PROTO(bool reply, struct binder_transaction *t, 127 TP_PROTO(struct binder_transaction *t), 140 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 165 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 190 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 218 TP_PROTO(struct binder_transaction *t, int fd, size_t offset), 236 TP_PROTO(struct binder_transaction *t, int fd, size_t offset),
|
H A D | binder.c | 570 struct binder_transaction *transaction_stack; 604 struct binder_transaction { struct 613 struct binder_transaction *from_parent; 616 struct binder_transaction *to_parent; 1831 struct binder_transaction *t) in binder_pop_transaction_ilocked() 1848 * extract t->from from a binder_transaction and keep the thread 1906 struct binder_transaction *t) in binder_get_txn_from() 1930 struct binder_transaction *t) 1961 static void binder_free_txn_fixups(struct binder_transaction *t) in binder_free_txn_fixups() 1972 static void binder_free_transaction(struct binder_transaction * 3178 static void binder_transaction(struct binder_proc *proc, binder_transaction() function [all...] |
H A D | binder_alloc.h | 19 struct binder_transaction; 30 * @transaction: pointer to associated struct binder_transaction 50 struct binder_transaction *transaction;
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 736 return call_int_hook(binder_transaction, 0, from, to); in security_binder_transaction()
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 815 return call_int_hook(binder_transaction, 0, from, to); in security_binder_transaction()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 7013 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 6996 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),
|
Completed in 58 milliseconds