Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAssetManager2_bench.cpp169 const ResTable::bag_entry* bag_begin; in BM_AssetManagerGetBagOld() local
170 const ssize_t N = table.lockBag(app::R::style::StyleTwo, &bag_begin); in BM_AssetManagerGetBagOld()
171 const ResTable::bag_entry* const bag_end = bag_begin + N; in BM_AssetManagerGetBagOld()
172 for (auto iter = bag_begin; iter != bag_end; ++iter) { in BM_AssetManagerGetBagOld()
178 table.unlockBag(bag_begin); in BM_AssetManagerGetBagOld()