Home
last modified time | relevance | path

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

/linux/drivers/android/
A Dbinder.c770 node->has_strong_ref)) { in binder_inc_node_nilocked()
3935 int has_strong_ref; in binder_thread_read() local
3944 has_strong_ref = node->has_strong_ref; in binder_thread_read()
3952 if (strong && !has_strong_ref) { in binder_thread_read()
3953 node->has_strong_ref = 1; in binder_thread_read()
3957 if (!strong && has_strong_ref) in binder_thread_read()
3958 node->has_strong_ref = 0; in binder_thread_read()
3990 if (!ret && strong && !has_strong_ref) in binder_thread_read()
3995 if (!ret && !strong && has_strong_ref) in binder_thread_read()
4579 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()
[all …]
A Dbinder_internal.h272 u8 has_strong_ref:1; member
/linux/include/uapi/linux/android/
A Dbinder.h207 __u32 has_strong_ref; member

Completed in 22 milliseconds