Searched refs:DynamicRefTable (Results 1 – 4 of 4) sorted by relevance
782 class DynamicRefTable; variable790 ResXMLTree(const DynamicRefTable* dynamicRefTable);805 const DynamicRefTable* const mDynamicRefTable;1475 class DynamicRefTable1478 DynamicRefTable(uint8_t packageId);1484 status_t addMappings(const DynamicRefTable& other);1779 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
1473 ResXMLTree::ResXMLTree(const DynamicRefTable* dynamicRefTable) in ResXMLTree()2998 DynamicRefTable dynamicRefTable;5326 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const in getDynamicRefTableForCookie()5901 DynamicRefTable::DynamicRefTable(uint8_t packageId) in DynamicRefTable() function in android::DynamicRefTable5911 status_t DynamicRefTable::load(const ResTable_lib_header* const header) in load()5940 status_t DynamicRefTable::addMappings(const DynamicRefTable& other) { in addMappings()5971 status_t DynamicRefTable::addMapping(const String16& packageName, uint8_t packageId) in addMapping()5981 status_t DynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId()6015 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue()
633 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()
1730 const DynamicRefTable* dynamicRefTable = in android_content_AssetManager_openXmlAssetNative()