Searched refs:COUNTING_VALUE_MASK (Results 1 – 1 of 1) sorted by relevance
51 COUNTING_VALUE_MASK = 0x7FFFFFFF, // A mask of the remaining bits for the count value enumerator121 if ((trackedValue & COUNTING_VALUE_MASK) >= sBinderProxyCountHighWatermark) { in create()396 if (CC_UNLIKELY((trackedValue & COUNTING_VALUE_MASK) == 0)) { in ~BpBinder()401 ((trackedValue & COUNTING_VALUE_MASK) <= sBinderProxyCountLowWatermark) in ~BpBinder()468 return it->second & COUNTING_VALUE_MASK; in getBinderProxyCount()480 counts.push_back(it.second & COUNTING_VALUE_MASK); in getCountByUid()