Searched refs:gCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Asset.cpp | 51 static int32_t gCount = 0; variable 58 return gCount; in getGlobalCount() 85 gCount++; in Asset() 95 ALOGI("Creating Asset %p #%d\n", this, gCount); in Asset() 102 gCount--; in ~Asset() 117 ALOGI("Destroying Asset in %p #%d\n", this, gCount); in ~Asset()
|
D | AssetManager.cpp | 74 static volatile int32_t gCount = 0; variable 138 return gCount; in getGlobalCount() 146 int count = android_atomic_inc(&gCount) + 1; in AssetManager() 155 int count = android_atomic_dec(&gCount); in ~AssetManager()
|
D | ResourceTypes.cpp | 1535 static volatile int32_t gCount = 0; variable 1543 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1554 ALOGI("Creating ResXMLTree %p #%d\n", this, android_atomic_inc(&gCount)+1); in ResXMLTree() 1562 ALOGI("Destroying ResXMLTree in %p #%d\n", this, android_atomic_dec(&gCount)-1); in ~ResXMLTree()
|