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

  /frameworks/base/tools/aapt2/format/binary/
ResChunkPullParser.cpp 35 util::DeviceToHost16(header->type), util::DeviceToHost16(header->headerSize),
64 if (util::DeviceToHost16(current_chunk_->headerSize) < sizeof(ResChunk_header)) {
69 util::DeviceToHost16(current_chunk_->headerSize)) {
ResChunkPullParser.h 72 if (util::DeviceToHost16(chunk->headerSize) < MinSize) {
79 return reinterpret_cast<const uint8_t*>(chunk) + util::DeviceToHost16(chunk->headerSize);
83 return util::DeviceToHost32(chunk->size) - util::DeviceToHost16(chunk->headerSize);
BinaryResourceParser.cpp 124 switch (util::DeviceToHost16(parser.chunk()->type)) {
151 << static_cast<int>(util::DeviceToHost16(parser.chunk()->type)));
183 package_name[i] = util::DeviceToHost16(package_header->name[i]);
202 switch (util::DeviceToHost16(parser.chunk()->type)) {
246 << static_cast<int>(util::DeviceToHost16(parser.chunk()->type)));
294 util::DeviceToHost16(type_spec->header.headerSize);
303 reinterpret_cast<uintptr_t>(type_spec) + util::DeviceToHost16(type_spec->header.headerSize));
508 attr->SetWeak((util::DeviceToHost16(map->flags) & ResTable_entry::FLAG_WEAK) != 0);
  /frameworks/base/tools/aapt2/util/
Util.h 269 inline uint16_t DeviceToHost16(uint16_t value) {

Completed in 85 milliseconds