Searched refs:idmapAsset (Results 1 – 2 of 2) sorted by relevance
1521 status_t add(Asset* asset, Asset* idmapAsset, const int32_t cookie=-1, bool copyData=false);
3327 status_t ResTable::add(Asset* asset, Asset* idmapAsset, const int32_t cookie, bool copyData) { in add() argument3336 if (idmapAsset != NULL) { in add()3337 idmapData = idmapAsset->getBuffer(true); in add()3342 idmapSize = static_cast<size_t>(idmapAsset->getLength()); in add()