Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp780 const ResolvedBag* AssetManager2::GetBag(uint32_t resid, std::vector<uint32_t>& child_resids) { in GetBag() argument
811 child_resids.push_back(resid); in GetBag()
814 if (parent_resid == 0 || std::find(child_resids.begin(), child_resids.end(), parent_resid) in GetBag()
815 != child_resids.end()) { in GetBag()
859 const ResolvedBag* parent_bag = GetBag(parent_resid, child_resids); in GetBag()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h308 const ResolvedBag* GetBag(uint32_t resid, std::vector<uint32_t>& child_resids);