Searched refs:DynamicRefTable (Results 1 – 9 of 9) sorted by relevance
108 const DynamicRefTable* GetDynamicRefTableForPackage(uint32_t package_id) const;111 const DynamicRefTable* GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;267 DynamicRefTable dynamic_ref_table;
788 class DynamicRefTable; variable796 ResXMLTree(const DynamicRefTable* dynamicRefTable);811 const DynamicRefTable* const mDynamicRefTable;1596 class DynamicRefTable1600 DynamicRefTable();1601 DynamicRefTable(uint8_t packageId, bool appAsLib);1607 status_t addMappings(const DynamicRefTable& other);1916 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
50 const DynamicRefTable* dynamic_ref_table = nullptr;
129 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()
1543 ResXMLTree::ResXMLTree(const DynamicRefTable* dynamicRefTable) in ResXMLTree()3407 DynamicRefTable dynamicRefTable;5921 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const in getDynamicRefTableForCookie()6582 DynamicRefTable::DynamicRefTable() : DynamicRefTable(0, false) {} in DynamicRefTable() function in android::DynamicRefTable6584 DynamicRefTable::DynamicRefTable(uint8_t packageId, bool appAsLib) in DynamicRefTable() function in android::DynamicRefTable6595 status_t DynamicRefTable::load(const ResTable_lib_header* const header) in load()6626 status_t DynamicRefTable::addMappings(const DynamicRefTable& other) { in addMappings()6657 status_t DynamicRefTable::addMapping(const String16& packageName, uint8_t packageId) in addMapping()6667 void DynamicRefTable::addMapping(uint8_t buildPackageId, uint8_t runtimePackageId) { in addMapping()6671 status_t DynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId()[all …]
400 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()425 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()
418 DynamicRefTable dynamic_ref_table; in ParseLibrary()
1387 const DynamicRefTable* dynamicRefTable = in android_content_AssetManager_openXmlAssetNative()
805 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()