Searched refs:has_strong_ref (Results 1 – 1 of 1) sorted by relevance
331 u8 has_strong_ref:1; member1354 node->has_strong_ref)) { in binder_inc_node_nilocked()1362 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()1423 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()4505 int has_strong_ref; in binder_thread_read() local4514 has_strong_ref = node->has_strong_ref; in binder_thread_read()4522 if (strong && !has_strong_ref) { in binder_thread_read()4523 node->has_strong_ref = 1; in binder_thread_read()4527 if (!strong && has_strong_ref) in binder_thread_read()4528 node->has_strong_ref = 0; in binder_thread_read()[all …]