Searched refs:has_weak_ref (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h211 * @has_weak_ref: userspace notified of weak ref
253 u8 has_weak_ref:1; member in struct:binder_node::__anon79
H A Dbinder.c851 if (!node->has_weak_ref && list_empty(&node->work.entry)) {
901 if (proc && (node->has_strong_ref || node->has_weak_ref)) {
4516 int has_weak_ref; local
4527 has_weak_ref = node->has_weak_ref;
4529 if (weak && !has_weak_ref) {
4530 node->has_weak_ref = 1;
4541 if (!weak && has_weak_ref)
4542 node->has_weak_ref = 0;
4567 if (weak && !has_weak_ref)
[all...]
/linux-master/include/uapi/linux/android/
H A Dbinder.h208 __u32 has_weak_ref; member in struct:binder_node_debug_info

Completed in 186 milliseconds