Home | History | Annotate | Download | only in androidfw

Lines Matching refs:idmap

224         ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes);
228 ALOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
244 const uint32_t type = Res_GETTYPE(key) + 1; // add one, idmap stores "public" type id
2749 const void* idmap)
2751 return add(data, size, cookie, NULL, copyData, reinterpret_cast<const Asset*>(idmap));
2754 status_t ResTable::add(Asset* asset, void* cookie, bool copyData, const void* idmap)
2762 return add(data, size, cookie, asset, copyData, reinterpret_cast<const Asset*>(idmap));
2790 Asset* asset, bool copyData, const Asset* idmap)
2796 if (idmap != NULL) {
2797 const size_t idmap_size = idmap->getLength();
2798 const void* idmap_data = const_cast<Asset*>(idmap)->getBuffer(true);
2813 "idmap=%p\n", data, size, cookie, asset, copyData, idmap));
2881 if (idmap != NULL) {
4993 // corresponding idmap. During regular usage, overlay packages are
4994 // always loaded alongside their idmaps, but during idmap creation
5221 ALOGW("idmap: resource 0x%08x has spec but lacks values, skipping\n", resID);
5301 ALOGW("idmap: type %d supposedly has entries, but no entries found\n", i);
5314 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes,
5317 const uint32_t* map = (const uint32_t*)idmap;