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

/frameworks/native/libs/binder/
H A DParcel.cpp90 static size_t gParcelGlobalAllocCount = 0; member in namespace:android
401 size_t count = gParcelGlobalAllocCount;
2301 if (gParcelGlobalAllocCount > 0) {
2302 gParcelGlobalAllocCount--;
2352 gParcelGlobalAllocCount++;
2443 gParcelGlobalAllocCount++;
2519 gParcelGlobalAllocCount++;

Completed in 27 milliseconds