Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c835 node->has_strong_ref)) { in binder_inc_node_nilocked()
843 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
895 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4848 int has_strong_ref; in binder_thread_read() local
4857 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4865 if (strong && !has_strong_ref) { in binder_thread_read()
4866 node->has_strong_ref = 1; in binder_thread_read()
4870 if (!strong && has_strong_ref) in binder_thread_read()
4871 node->has_strong_ref = 0; in binder_thread_read()
4903 if (!ret && strong && !has_strong_ref) in binder_thread_read()
[all …]
/linux/drivers/android/binder/
H A Dnode.rs497 out.has_strong_ref = 1; in populate_debug_info()