Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
214 struct binder_node { struct215 int debug_id;216 struct binder_work work;217 union {221 struct binder_proc *proc;222 struct hlist_head refs;223 int internal_strong_refs;224 int local_weak_refs;225 int local_strong_refs;226 void __user *ptr;[all …]