Searched refs:has_weak_ref (Results 1 – 2 of 2) sorted by relevance
253 u8 has_weak_ref:1; member
4784 int has_weak_ref; in binder_thread_read() local4795 has_weak_ref = node->has_weak_ref; in binder_thread_read()4797 if (weak && !has_weak_ref) { in binder_thread_read()4798 node->has_weak_ref = 1; in binder_thread_read()4809 if (!weak && has_weak_ref) in binder_thread_read()4810 node->has_weak_ref = 0; in binder_thread_read()4835 if (weak && !has_weak_ref) in binder_thread_read()4850 if (!ret && !weak && has_weak_ref) in binder_thread_read()5465 new_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()5524 info->has_weak_ref = node->has_weak_ref; in binder_ioctl_get_node_debug_info()[all …]
Completed in 37 milliseconds