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

/frameworks/base/core/jni/android/graphics/
H A DAutoDecodeCancel.cpp74 const int gCount = gAutoDecoderCancelCount; local
76 if (gCount == 0) {
79 SkASSERT(gCount > 0);
88 SkASSERT(count <= gCount);
97 SkASSERT(count == gCount);
/frameworks/base/libs/androidfw/
H A DAsset.cpp49 static int32_t gCount = 0; variable
56 return gCount;
83 gCount++;
92 //ALOGI("Creating Asset %p #%d\n", this, gCount);
98 gCount--;
112 //ALOGI("Destroying Asset in %p #%d\n", this, gCount);
H A DAssetManager.cpp83 static volatile int32_t gCount = 0; variable
147 return gCount;
155 int count = android_atomic_inc(&gCount)+1;
162 int count = android_atomic_dec(&gCount);
H A DResourceTypes.cpp1471 static volatile int32_t gCount = 0; member in namespace:android
1478 //ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1);
1487 //ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1);
1493 //ALOGI("Destroying ResXMLTree in %p #%d\n", this, android_atomic_dec(&gCount)-1);

Completed in 751 milliseconds