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

/drivers/staging/android/
H A Dbinder_trace.h26 struct binder_ref;
149 struct binder_ref *ref),
173 TP_PROTO(struct binder_transaction *t, struct binder_ref *ref),
197 TP_PROTO(struct binder_transaction *t, struct binder_ref *src_ref,
198 struct binder_ref *dest_ref),
H A Dbinder.c252 struct binder_ref { struct
1002 static struct binder_ref *binder_get_ref(struct binder_proc *proc,
1006 struct binder_ref *ref;
1009 ref = rb_entry(n, struct binder_ref, rb_node_desc);
1021 static struct binder_ref *binder_get_ref_for_node(struct binder_proc *proc,
1027 struct binder_ref *ref, *new_ref;
1031 ref = rb_entry(parent, struct binder_ref, rb_node_node);
1052 ref = rb_entry(n, struct binder_ref, rb_node_desc);
1061 ref = rb_entry(parent, struct binder_ref, rb_node_desc);
1087 static void binder_delete_ref(struct binder_ref *re
[all...]

Completed in 895 milliseconds