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 139 return gCount; in getGlobalCount() 144 int count = android_atomic_inc(&gCount) + 1; in AssetManager() 152 int count = android_atomic_dec(&gCount); in ~AssetManager()
|
D | ResourceTypes.cpp | 1609 static volatile int32_t gCount = 0; variable 1618 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1629 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1637 ALOGI("Destroying ResXMLTree in %p #%d\n", this, android_atomic_dec(&gCount)-1); in ~ResXMLTree()
|