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

/drivers/staging/android/
H A Dbinder_trace.h24 struct binder_node;
108 struct binder_node *target_node),
148 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
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 475 milliseconds