Lines Matching defs:binder_node
226 struct binder_node { struct
227 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;
239 binder_uintptr_t cookie;
240 unsigned has_strong_ref:1;
241 unsigned pending_strong_ref:1;
265 struct binder_node *node; argument