Searched refs:internal_strong_refs (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h185 * @internal_strong_refs: used to take strong references when
240 int internal_strong_refs; member in struct:binder_node
H A Dbinder.c829 node->internal_strong_refs == 0 &&
837 node->internal_strong_refs++;
888 node->internal_strong_refs--;
891 if (node->local_strong_refs || node->internal_strong_refs)
4521 strong = node->internal_strong_refs ||
5196 node->internal_strong_refs;
6097 node->internal_strong_refs, count, node->tmp_refs);

Completed in 140 milliseconds