Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.cc112 const auto dynamic_ref_table = resources.GetDynamicRefTableForCookie(cookie); in CompileApkAssetsLayouts()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h125 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp201 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie() function in android::AssetManager2
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp730 const DynamicRefTable* dynamic_ref_table = assetmanager->GetDynamicRefTableForCookie(cookie); in NativeOpenXmlAsset()