Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_internal.h251 u8 has_strong_ref:1; member
A Dbinder.c834 node->has_strong_ref)) { in binder_inc_node_nilocked()
4785 int has_strong_ref; in binder_thread_read() local
4794 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4802 if (strong && !has_strong_ref) { in binder_thread_read()
4803 node->has_strong_ref = 1; in binder_thread_read()
4807 if (!strong && has_strong_ref) in binder_thread_read()
4808 node->has_strong_ref = 0; in binder_thread_read()
4840 if (!ret && strong && !has_strong_ref) in binder_thread_read()
4845 if (!ret && !strong && has_strong_ref) in binder_thread_read()
5464 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()
[all …]

Completed in 17 milliseconds