Home
last modified time | relevance | path

Searched refs:strong_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs247 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() localVariable
248 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() localVariable
268 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()
/linux/drivers/android/
H A Dbinder.c5555 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()