Searched refs:DynamicRefTable (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h109 // Returns the DynamicRefTable for the given package ID.
111 const DynamicRefTable* GetDynamicRefTableForPackage(uint32_t package_id) const;
113 // Returns the DynamicRefTable for the ApkAssets represented by the cookie.
115 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
316 DynamicRefTable dynamic_ref_table;
H A DResourceTypes.h794 class DynamicRefTable;
803 * Creates a ResXMLTree with the specified DynamicRefTable for run-time package id translation.
804 * The tree stores a clone of the specified DynamicRefTable, so any changes to the original
805 * DynamicRefTable will not affect this tree after instantiation.
807 ResXMLTree(const DynamicRefTable* dynamicRefTable);
822 std::unique_ptr<const DynamicRefTable> mDynamicRefTable;
1644 class DynamicRefTable class
1648 DynamicRefTable();
1649 DynamicRefTable(uint8_t packageId, bool appAsLib);
1654 // Adds mappings from the other DynamicRefTable
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp54 const DynamicRefTable* dynamic_ref_table;
104 DynamicRefTable& ref_table = package_groups_.back().dynamic_ref_table;
174 const DynamicRefTable* AssetManager2::GetDynamicRefTableForPackage(uint32_t package_id) const {
186 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const {
H A DResourceTypes.cpp1598 ResXMLTree::ResXMLTree(const DynamicRefTable* dynamicRefTable)
1601 : std::unique_ptr<DynamicRefTable>(nullptr))
1612 , mDynamicRefTable(std::unique_ptr<DynamicRefTable>(nullptr))
3614 DynamicRefTable dynamicRefTable;
6134 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const
6863 DynamicRefTable::DynamicRefTable() : DynamicRefTable(0, false) {} function in class:DynamicRefTable
6865 DynamicRefTable::DynamicRefTable(uint8_ function in class:DynamicRefTable
[all...]
/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp393 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1);
418 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1);
H A DBinaryResourceParser.cpp419 DynamicRefTable dynamic_ref_table;
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp573 const DynamicRefTable* dynamic_ref_table = assetmanager->GetDynamicRefTableForCookie(cookie);
/frameworks/base/tools/aapt/
H A DCommand.cpp790 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie);

Completed in 219 milliseconds