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

/drivers/staging/android/
H A Dbinder_trace.h28 struct binder_transaction;
106 TRACE_EVENT(binder_transaction,
107 TP_PROTO(bool reply, struct binder_transaction *t,
135 TP_PROTO(struct binder_transaction *t),
148 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
173 TP_PROTO(struct binder_transaction *t, struct binder_ref *ref),
197 TP_PROTO(struct binder_transaction *t, struct binder_ref *src_ref,
224 TP_PROTO(struct binder_transaction *t, int src_fd, int dest_fd),
H A Dbinder.c278 struct binder_transaction *transaction;
342 struct binder_transaction *transaction_stack;
352 struct binder_transaction { struct
356 struct binder_transaction *from_parent;
359 struct binder_transaction *to_parent;
1168 struct binder_transaction *t)
1184 static void binder_send_failed_reply(struct binder_transaction *t,
1188 struct binder_transaction *next;
1314 static void binder_transaction(struct binder_proc *proc, function
1318 struct binder_transaction *
[all...]

Completed in 104 milliseconds