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 | 1420 struct binder_transaction *t) in binder_pop_transaction_ilocked() 1495 struct binder_transaction *t) in binder_get_txn_from() 1519 struct binder_transaction *t) in binder_get_txn_from_and_acq_inner() 1550 static void binder_free_txn_fixups(struct binder_transaction *t) in binder_free_txn_fixups() 1563 static void binder_txn_latency_free(struct binder_transaction *t) in binder_txn_latency_free() 1577 static void binder_free_transaction(struct binder_transaction *t) in binder_free_transaction() 1604 static void binder_send_failed_reply(struct binder_transaction *t, in binder_send_failed_reply() 1608 struct binder_transaction *next; in binder_send_failed_reply() 1668 static void binder_cleanup_transaction(struct binder_transaction *t, in binder_cleanup_transaction() 2140 struct binder_transaction *t, in binder_translate_binder() [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),
|