Searched refs:getGlobalCount (Results 1 – 6 of 6) sorted by relevance
24 const int32_t count = Asset::getGlobalCount(); in TEST()26 EXPECT_EQ(count + 1, Asset::getGlobalCount()); in TEST()28 EXPECT_EQ(count, Asset::getGlobalCount()); in TEST()32 const int32_t count = Asset::getGlobalCount(); in TEST()34 EXPECT_EQ(count + 1, Asset::getGlobalCount()); in TEST()36 EXPECT_EQ(count, Asset::getGlobalCount()); in TEST()
52 static int32_t getGlobalCount();
76 static int32_t getGlobalCount();
97 int32_t Asset::getGlobalCount() in getGlobalCount() function in Asset
134 int32_t AssetManager::getGlobalCount() { in getGlobalCount() function in AssetManager
1624 return Asset::getGlobalCount(); in android_content_AssetManager_getGlobalAssetCount()1640 return AssetManager::getGlobalCount(); in android_content_AssetManager_getGlobalAssetManagerCount()