Searched refs:binder_transaction (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_trace.h20 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 Dbinder_alloc.h19 struct binder_transaction;
32 * @transaction: pointer to associated struct binder_transaction
52 struct binder_transaction *transaction;
H A Dbinder_internal.h483 struct binder_transaction *transaction_stack;
514 struct binder_transaction { struct
520 struct binder_transaction *from_parent;
523 struct binder_transaction *to_parent;
H A Dbinder.c1422 struct binder_transaction *t)
1439 * extract t->from from a binder_transaction and keep the thread
1497 struct binder_transaction *t)
1521 struct binder_transaction *t)
1552 static void binder_free_txn_fixups(struct binder_transaction *t)
1565 static void binder_txn_latency_free(struct binder_transaction *t)
1579 static void binder_free_transaction(struct binder_transaction *t)
1606 static void binder_send_failed_reply(struct binder_transaction *t,
1610 struct binder_transaction *next;
1670 static void binder_cleanup_transaction(struct binder_transaction *
2906 static void binder_transaction(struct binder_proc *proc, function
[all...]
/linux-master/include/linux/
H A Dlsm_hook_defs.h30 LSM_HOOK(int, 0, binder_transaction, const struct cred *from,
/linux-master/security/
H A Dsecurity.c906 return call_int_hook(binder_transaction, from, to);
/linux-master/security/selinux/
H A Dhooks.c7136 LSM_HOOK_INIT(binder_transaction, selinux_binder_transaction),

Completed in 291 milliseconds