Home
last modified time | relevance | path

Searched refs:deviceToHost32 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp119 util::deviceToHost32(parser.getChunk()->size)); in parseTable()
167 uint32_t packageId = util::deviceToHost32(packageHeader->id); in parsePackage()
202 util::deviceToHost32(parser.getChunk()->size)); in parsePackage()
212 util::deviceToHost32(parser.getChunk()->size)); in parsePackage()
331 util::deviceToHost32(entry->key.index)).toString()); in parseType()
343 (const uint8_t*) entry + util::deviceToHost32(entry->size)); in parseType()
388 const uint32_t data = util::deviceToHost32(value->data); in parseValue()
468 if (util::deviceToHost32(map->parent.ident) != 0) { in parseStyle()
470 style->parent = Reference(util::deviceToHost32(map->parent.ident)); in parseStyle()
474 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident))) { in parseStyle()
[all …]
DResChunkPullParser.cpp36 (((const char*) mCurrentChunk) + util::deviceToHost32(mCurrentChunk->size)); in next()
56 } else if (util::deviceToHost32(mCurrentChunk->size) < in next()
61 } else if (offset + util::deviceToHost32(mCurrentChunk->size) > mLen) { in next()
DBinaryResourceParser.h124 return (const ResTable_map*)((const uint8_t*) map + aapt::util::deviceToHost32(map->size)); in begin()
128 return begin(map) + aapt::util::deviceToHost32(map->count); in end()
DResChunkPullParser.h92 return util::deviceToHost32(chunk->size) - util::deviceToHost16(chunk->headerSize); in getChunkDataLen()
/frameworks/base/tools/aapt2/
DResourceValues.cpp505 if (static_cast<int32_t>(util::deviceToHost32(val.data)) < minInt) { in matches()
510 } else if (static_cast<int32_t>(util::deviceToHost32(val.data)) > maxInt) { in matches()
/frameworks/base/tools/aapt2/util/
DUtil.h338 inline uint32_t deviceToHost32(uint32_t value) { in deviceToHost32() function
/frameworks/base/tools/aapt2/flatten/
DXmlFlattener.cpp66 dest->index = util::deviceToHost32(-1); in addString()