Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DAutoDecodeCancel.cpp74 const int gCount = gAutoDecoderCancelCount; in Validate() local
76 if (gCount == 0) { in Validate()
79 SkASSERT(gCount > 0); in Validate()
88 SkASSERT(count <= gCount); in Validate()
97 SkASSERT(count == gCount); in Validate()
/frameworks/base/libs/androidfw/
DAsset.cpp49 static int32_t gCount = 0; variable
56 return gCount; in getGlobalCount()
83 gCount++; in Asset()
98 gCount--; in ~Asset()
DAssetManager.cpp83 static volatile int32_t gCount = 0; variable
147 return gCount; in getGlobalCount()
155 int count = android_atomic_inc(&gCount)+1; in AssetManager()
162 int count = android_atomic_dec(&gCount); in ~AssetManager()
DResourceTypes.cpp1471 static volatile int32_t gCount = 0; variable