Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
232 struct binder_node { struct233 int debug_id;234 spinlock_t lock;236 union {241 struct hlist_head refs;243 int local_weak_refs;244 int local_strong_refs;245 int tmp_refs;246 binder_uintptr_t ptr;248 struct {[all …]