Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
226 struct binder_node { struct227 int debug_id;228 struct binder_work work;229 union {233 struct binder_proc *proc;234 struct hlist_head refs;235 int internal_strong_refs;236 int local_weak_refs;237 int local_strong_refs;238 binder_uintptr_t ptr;[all …]