Searched refs:strong_count (Results 1 – 2 of 2) sorted by relevance
247 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable248 NodeRef::new(node, strong_count, 1 - strong_count) in new_node_ref()267 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() localVariable268 Ok(NodeRef::new(node, strong_count, 1 - strong_count)) in new_node_ref_with_thread()1178 if out.strong_count != 0 in get_node_info_from_ref()
5555 if (info->strong_count || info->weak_count || info->reserved1 || in binder_ioctl_get_node_info_for_ref()5575 info->strong_count = node->local_strong_refs + in binder_ioctl_get_node_info_for_ref()