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