Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/android/
A Dbinder_internal.h251 u8 has_strong_ref:1; member
A Dbinder.c821 node->has_strong_ref)) { in binder_inc_node_nilocked()
4487 int has_strong_ref; in binder_thread_read() local
4496 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4504 if (strong && !has_strong_ref) { in binder_thread_read()
4505 node->has_strong_ref = 1; in binder_thread_read()
4509 if (!strong && has_strong_ref) in binder_thread_read()
4510 node->has_strong_ref = 0; in binder_thread_read()
4542 if (!ret && strong && !has_strong_ref) in binder_thread_read()
4547 if (!ret && !strong && has_strong_ref) in binder_thread_read()
5126 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()
[all …]
/linux-6.3-rc2/include/uapi/linux/android/
A Dbinder.h207 __u32 has_strong_ref; member

Completed in 19 milliseconds