Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/android/
Dbinder.h200 __u32 has_weak_ref; member
/Linux-v4.19/drivers/android/
Dbinder.c385 u8 has_weak_ref:1; member
1290 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
1340 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
3953 int has_weak_ref; in binder_thread_read() local
3964 has_weak_ref = node->has_weak_ref; in binder_thread_read()
3966 if (weak && !has_weak_ref) { in binder_thread_read()
3967 node->has_weak_ref = 1; in binder_thread_read()
3978 if (!weak && has_weak_ref) in binder_thread_read()
3979 node->has_weak_ref = 0; in binder_thread_read()
4004 if (weak && !has_weak_ref) in binder_thread_read()
[all …]