Searched refs:DynamicRefTable (Results 1 – 4 of 4) sorted by relevance
789 class DynamicRefTable; variable797 ResXMLTree(const DynamicRefTable* dynamicRefTable);812 const DynamicRefTable* const mDynamicRefTable;1530 class DynamicRefTable1533 DynamicRefTable(uint8_t packageId, bool appAsLib);1539 status_t addMappings(const DynamicRefTable& other);1846 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
1537 ResXMLTree::ResXMLTree(const DynamicRefTable* dynamicRefTable) in ResXMLTree()3297 DynamicRefTable dynamicRefTable;5806 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const in getDynamicRefTableForCookie()6422 DynamicRefTable::DynamicRefTable(uint8_t packageId, bool appAsLib) in DynamicRefTable() function in android::DynamicRefTable6433 status_t DynamicRefTable::load(const ResTable_lib_header* const header) in load()6464 status_t DynamicRefTable::addMappings(const DynamicRefTable& other) { in addMappings()6495 status_t DynamicRefTable::addMapping(const String16& packageName, uint8_t packageId) in addMapping()6505 status_t DynamicRefTable::lookupResourceId(uint32_t* resId) const { in lookupResourceId()6541 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue()
782 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()
1880 const DynamicRefTable* dynamicRefTable = in android_content_AssetManager_openXmlAssetNative()