Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
302 struct binder_node { struct303 int debug_id;304 spinlock_t lock;305 struct binder_work work;306 union {310 struct binder_proc *proc;311 struct hlist_head refs;312 int internal_strong_refs;313 int local_weak_refs;314 int local_strong_refs;[all …]