Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
320 struct binder_node { struct321 int debug_id;322 spinlock_t lock;323 struct binder_work work;324 union {328 struct binder_proc *proc;329 struct hlist_head refs;330 int internal_strong_refs;331 int local_weak_refs;332 int local_strong_refs;[all …]