Home
last modified time | relevance | path

Searched refs:has_strong_ref (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/android/
H A Dbinder.h94 __u32 has_strong_ref; member
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c303 * @has_strong_ref: userspace notified of strong ref
349 u8 has_strong_ref:1; member
1241 node->has_strong_ref)) { in binder_inc_node_nilocked()
1249 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1310 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4742 int has_strong_ref; in binder_thread_read() local
4751 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4759 if (strong && !has_strong_ref) { in binder_thread_read()
4760 node->has_strong_ref in binder_thread_read()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/android/
H A Dbinder.h207 __u32 has_strong_ref; member
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_internal.h205 * @has_strong_ref: userspace notified of strong ref
251 u8 has_strong_ref:1; member
H A Dbinder.c868 node->has_strong_ref)) { in binder_inc_node_nilocked()
876 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
937 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4573 int has_strong_ref; in binder_thread_read() local
4582 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4590 if (strong && !has_strong_ref) { in binder_thread_read()
4591 node->has_strong_ref = 1; in binder_thread_read()
4595 if (!strong && has_strong_ref) in binder_thread_read()
4596 node->has_strong_ref in binder_thread_read()
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/android/
H A Dbinder.h207 __u32 has_strong_ref; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/android/
H A Dbinder.h109 __u32 has_strong_ref; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/android/
H A Dbinder.h109 __u32 has_strong_ref; member

Completed in 24 milliseconds