Home
last modified time | relevance | path

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

/drivers/android/
Dbinder.c987 node->has_strong_ref)) { in binder_inc_node_nilocked()
995 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1056 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4620 int has_strong_ref; in binder_thread_read() local
4629 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4637 if (strong && !has_strong_ref) { in binder_thread_read()
4638 node->has_strong_ref = 1; in binder_thread_read()
4642 if (!strong && has_strong_ref) in binder_thread_read()
4643 node->has_strong_ref = 0; in binder_thread_read()
4675 if (!ret && strong && !has_strong_ref) in binder_thread_read()
[all …]
Dbinder_internal.h253 u8 has_strong_ref:1; member