Home
last modified time | relevance | path

Searched refs:COUNTING_VALUE_MASK (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp50 COUNTING_VALUE_MASK = 0x7FFFFFFF, // A mask of the remaining bits for the count value enumerator
120 if ((trackedValue & COUNTING_VALUE_MASK) >= sBinderProxyCountHighWatermark) { in create()
373 if (CC_UNLIKELY((trackedValue & COUNTING_VALUE_MASK) == 0)) { in ~BpBinder()
378 ((trackedValue & COUNTING_VALUE_MASK) <= sBinderProxyCountLowWatermark) in ~BpBinder()
440 return it->second & COUNTING_VALUE_MASK; in getBinderProxyCount()
452 counts.push_back(it.second & COUNTING_VALUE_MASK); in getCountByUid()