Home
last modified time | relevance | path

Searched refs:has_weak_ref (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/
A Dbinder.c3934 int has_weak_ref; in binder_thread_read() local
3945 has_weak_ref = node->has_weak_ref; in binder_thread_read()
3947 if (weak && !has_weak_ref) { in binder_thread_read()
3948 node->has_weak_ref = 1; in binder_thread_read()
3959 if (!weak && has_weak_ref) in binder_thread_read()
3960 node->has_weak_ref = 0; in binder_thread_read()
3985 if (weak && !has_weak_ref) in binder_thread_read()
4000 if (!ret && !weak && has_weak_ref) in binder_thread_read()
4580 new_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()
4641 info->has_weak_ref = node->has_weak_ref; in binder_ioctl_get_node_debug_info()
[all …]
A Dbinder_internal.h274 u8 has_weak_ref:1; member
/linux/include/uapi/linux/android/
A Dbinder.h208 __u32 has_weak_ref; member

Completed in 18 milliseconds