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