Searched refs:has_weak_ref (Results 1 – 3 of 3) sorted by relevance
253 u8 has_weak_ref:1; member
4486 int has_weak_ref; in binder_thread_read() local4497 has_weak_ref = node->has_weak_ref; in binder_thread_read()4499 if (weak && !has_weak_ref) { in binder_thread_read()4500 node->has_weak_ref = 1; in binder_thread_read()4511 if (!weak && has_weak_ref) in binder_thread_read()4512 node->has_weak_ref = 0; in binder_thread_read()4537 if (weak && !has_weak_ref) in binder_thread_read()4552 if (!ret && !weak && has_weak_ref) in binder_thread_read()5127 new_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()5188 info->has_weak_ref = node->has_weak_ref; in binder_ioctl_get_node_debug_info()[all …]
208 __u32 has_weak_ref; member
Completed in 18 milliseconds