Searched refs:GetDynamicRefTableForCookie (Results 1 – 6 of 6) sorted by relevance
115 const auto dynamic_ref_table = resources.GetDynamicRefTableForCookie(cookie); in CompileApkAssetsLayouts()
155 auto dynamic_ref_table = asset_manager.GetDynamicRefTableForCookie(value->cookie); in TEST_F()
143 std::shared_ptr<const DynamicRefTable> GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
90 const auto ref_table = am->GetDynamicRefTableForCookie(0); in OpenXmlParser()
612 auto xml_tree = util::make_unique<ResXMLTree>(assetmanager->GetDynamicRefTableForCookie(cookie)); in NativeOpenXmlAsset()651 auto xml_tree = util::make_unique<ResXMLTree>(assetmanager->GetDynamicRefTableForCookie(cookie)); in NativeOpenXmlAssetFd()
319 std::shared_ptr<const DynamicRefTable> AssetManager2::GetDynamicRefTableForCookie( in GetDynamicRefTableForCookie() function in android::AssetManager2