Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h108 const DynamicRefTable* GetDynamicRefTableForPackage(uint32_t package_id) const;
111 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
267 DynamicRefTable dynamic_ref_table;
DResourceTypes.h788 class DynamicRefTable; variable
796 ResXMLTree(const DynamicRefTable* dynamicRefTable);
811 const DynamicRefTable* const mDynamicRefTable;
1596 class DynamicRefTable
1600 DynamicRefTable();
1601 DynamicRefTable(uint8_t packageId, bool appAsLib);
1607 status_t addMappings(const DynamicRefTable& other);
1916 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
DLoadedArsc.h50 const DynamicRefTable* dynamic_ref_table = nullptr;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp129 const DynamicRefTable* AssetManager2::GetDynamicRefTableForPackage(uint32_t package_id) const { in GetDynamicRefTableForPackage()
141 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie()
834 const DynamicRefTable* ref_table = in GetAttribute()
847 const DynamicRefTable* ref_table = in GetAttribute()
DResourceTypes.cpp1567 ResXMLTree::ResXMLTree(const DynamicRefTable* dynamicRefTable) in ResXMLTree()
3432 DynamicRefTable dynamicRefTable;
5946 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const in getDynamicRefTableForCookie()
6615 DynamicRefTable::DynamicRefTable() : DynamicRefTable(0, false) {} in DynamicRefTable() function in android::DynamicRefTable
6617 DynamicRefTable::DynamicRefTable(uint8_t packageId, bool appAsLib) in DynamicRefTable() function in android::DynamicRefTable
6628 status_t DynamicRefTable::load(const ResTable_lib_header* const header) in load()
6659 status_t DynamicRefTable::addMappings(const DynamicRefTable& other) { in addMappings()
6690 status_t DynamicRefTable::addMapping(const String16& packageName, uint8_t packageId) in addMapping()
6700 void DynamicRefTable::addMapping(uint8_t buildPackageId, uint8_t runtimePackageId) { in addMapping()
6704 status_t DynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId()
[all …]
/frameworks/base/tools/aapt2/flatten/
DTableFlattener_test.cpp400 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()
425 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp412 DynamicRefTable dynamic_ref_table; in ParseLibrary()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1387 const DynamicRefTable* dynamicRefTable = in android_content_AssetManager_openXmlAssetNative()
/frameworks/base/tools/aapt/
DCommand.cpp806 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()