Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
306 struct binder_node { struct307 int debug_id;308 spinlock_t lock;309 struct binder_work work;310 union {314 struct binder_proc *proc;315 struct hlist_head refs;316 int internal_strong_refs;317 int local_weak_refs;318 int local_strong_refs;[all …]