HomeSort by relevance Sort by last modified time
    Searched refs:deviceToHost32 (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/unflatten/
ResChunkPullParser.cpp 36 (((const char*) mCurrentChunk) + util::deviceToHost32(mCurrentChunk->size));
56 } else if (util::deviceToHost32(mCurrentChunk->size) <
61 } else if (offset + util::deviceToHost32(mCurrentChunk->size) > mLen) {
BinaryResourceParser.cpp 119 util::deviceToHost32(parser.getChunk()->size));
167 uint32_t packageId = util::deviceToHost32(packageHeader->id);
202 util::deviceToHost32(parser.getChunk()->size));
212 util::deviceToHost32(parser.getChunk()->size));
331 util::deviceToHost32(entry->key.index)).toString());
343 (const uint8_t*) entry + util::deviceToHost32(entry->size));
388 const uint32_t data = util::deviceToHost32(value->data);
468 if (util::deviceToHost32(map->parent.ident) != 0) {
470 style->parent = Reference(util::deviceToHost32(map->parent.ident));
474 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident)))
    [all...]
BinaryResourceParser.h 124 return (const ResTable_map*)((const uint8_t*) map + aapt::util::deviceToHost32(map->size));
128 return begin(map) + aapt::util::deviceToHost32(map->count);
ResChunkPullParser.h 92 return util::deviceToHost32(chunk->size) - util::deviceToHost16(chunk->headerSize);
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 433 if (static_cast<int32_t>(util::deviceToHost32(val.data)) < minInt) {
438 } else if (static_cast<int32_t>(util::deviceToHost32(val.data)) > maxInt) {
  /frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp 66 dest->index = util::deviceToHost32(-1);
  /frameworks/base/tools/aapt2/util/
Util.h 338 inline uint32_t deviceToHost32(uint32_t value) {

Completed in 934 milliseconds