Searched refs:has_strong_ref (Results 1 – 3 of 3) sorted by relevance
250 u8 has_strong_ref:1; member
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()4468 int has_strong_ref; in binder_thread_read() local4477 has_strong_ref = node->has_strong_ref; in binder_thread_read()4485 if (strong && !has_strong_ref) { in binder_thread_read()4486 node->has_strong_ref = 1; in binder_thread_read()4490 if (!strong && has_strong_ref) in binder_thread_read()4491 node->has_strong_ref = 0; in binder_thread_read()4523 if (!ret && strong && !has_strong_ref) in binder_thread_read()[all …]
207 __u32 has_strong_ref; member