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

/drivers/staging/android/
H A Dbinder.c56 static struct binder_node *binder_context_mgr_node;
223 struct binder_node { struct
262 struct binder_node *node;
280 struct binder_node *target_node;
864 static struct binder_node *binder_get_node(struct binder_proc *proc,
868 struct binder_node *node;
871 node = rb_entry(n, struct binder_node, rb_node);
883 static struct binder_node *binder_new_node(struct binder_proc *proc,
889 struct binder_node *node;
893 node = rb_entry(parent, struct binder_node, rb_nod
[all...]

Completed in 1412 milliseconds