Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/android/
Dbinder.h207 __u32 has_strong_ref; member
/Linux-v5.10/drivers/android/
Dbinder.c323 u8 has_strong_ref:1; member
1176 node->has_strong_ref)) { in binder_inc_node_nilocked()
1184 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1245 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4285 int has_strong_ref; in binder_thread_read() local
4294 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4302 if (strong && !has_strong_ref) { in binder_thread_read()
4303 node->has_strong_ref = 1; in binder_thread_read()
4307 if (!strong && has_strong_ref) in binder_thread_read()
4308 node->has_strong_ref = 0; in binder_thread_read()
[all …]