Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
229 struct binder_node { struct230 int debug_id;231 spinlock_t lock;232 struct binder_work work;233 union {237 struct binder_proc *proc;238 struct hlist_head refs;239 int internal_strong_refs;240 int local_weak_refs;241 int local_strong_refs;[all …]