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