Searched refs:gCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Asset.cpp | 52 static int32_t gCount = 0; variable 59 gCount++; in registerAsset() 70 ALOGI("Creating Asset %p #%d\n", asset, gCount); in registerAsset() 77 gCount--; in unregisterAsset() 93 ALOGI("Destroying Asset in %p #%d\n", asset, gCount); in unregisterAsset() 100 return gCount; in getGlobalCount()
|
D | AssetManager.cpp | 71 static volatile int32_t gCount = 0; variable 135 return gCount; in getGlobalCount() 140 int count = android_atomic_inc(&gCount) + 1; in AssetManager() 148 int count = android_atomic_dec(&gCount); in ~AssetManager()
|
D | ResourceTypes.cpp | 1565 static volatile int32_t gCount = 0; variable 1573 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1584 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1592 ALOGI("Destroying ResXMLTree in %p #%d\n", this, android_atomic_dec(&gCount)-1); in ~ResXMLTree()
|