Searched refs:has_strong_ref (Results 1 – 3 of 3) sorted by relevance
255 u8 has_strong_ref:1; member
830 node->has_strong_ref)) { in binder_inc_node_nilocked()4784 int has_strong_ref; in binder_thread_read() local4793 has_strong_ref = node->has_strong_ref; in binder_thread_read()4801 if (strong && !has_strong_ref) { in binder_thread_read()4802 node->has_strong_ref = 1; in binder_thread_read()4806 if (!strong && has_strong_ref) in binder_thread_read()4807 node->has_strong_ref = 0; in binder_thread_read()4839 if (!ret && strong && !has_strong_ref) in binder_thread_read()4844 if (!ret && !strong && has_strong_ref) in binder_thread_read()5466 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()[all …]
207 __u32 has_strong_ref; member
Completed in 25 milliseconds