Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
362 struct binder_node { struct363 int debug_id;364 spinlock_t lock;365 struct binder_work work;366 union {370 struct binder_proc *proc;371 struct hlist_head refs;372 int internal_strong_refs;373 int local_weak_refs;374 int local_strong_refs;[all …]