Lines Matching refs:has_strong_ref
821 node->has_strong_ref)) { in binder_inc_node_nilocked()
829 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
890 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4487 int has_strong_ref; in binder_thread_read() local
4496 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4504 if (strong && !has_strong_ref) { in binder_thread_read()
4505 node->has_strong_ref = 1; in binder_thread_read()
4509 if (!strong && has_strong_ref) in binder_thread_read()
4510 node->has_strong_ref = 0; in binder_thread_read()
4542 if (!ret && strong && !has_strong_ref) in binder_thread_read()
4547 if (!ret && !strong && has_strong_ref) in binder_thread_read()
5126 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()
5187 info->has_strong_ref = node->has_strong_ref; in binder_ioctl_get_node_debug_info()
6063 node->has_strong_ref, node->has_weak_ref, in print_binder_node_nilocked()