Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DResourceTypes.h782 class DynamicRefTable; variable
790 ResXMLTree(const DynamicRefTable* dynamicRefTable);
805 const DynamicRefTable* const mDynamicRefTable;
1475 class DynamicRefTable
1478 DynamicRefTable(uint8_t packageId);
1484 status_t addMappings(const DynamicRefTable& other);
1779 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1473 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::DynamicRefTable
5911 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()
/frameworks/base/tools/aapt/
DCommand.cpp633 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1730 const DynamicRefTable* dynamicRefTable = in android_content_AssetManager_openXmlAssetNative()