Searched refs:has_strong_ref (Results 1 – 5 of 5) sorted by relevance
199 __u32 has_strong_ref; member
253 u8 has_strong_ref:1; member
938 node->has_strong_ref)) { in binder_inc_node_nilocked()946 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()1007 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()4546 int has_strong_ref; in binder_thread_read() local4555 has_strong_ref = node->has_strong_ref; in binder_thread_read()4563 if (strong && !has_strong_ref) { in binder_thread_read()4564 node->has_strong_ref = 1; in binder_thread_read()4568 if (!strong && has_strong_ref) in binder_thread_read()4569 node->has_strong_ref = 0; in binder_thread_read()4601 if (!ret && strong && !has_strong_ref) in binder_thread_read()[all …]
255 __u32 has_strong_ref; member