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

/drivers/staging/android/
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 50 milliseconds