Searched refs:DeviceToHost16 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DResChunkPullParser.cpp35 util::DeviceToHost16(header->type), util::DeviceToHost16(header->headerSize),
65 if (util::DeviceToHost16(current_chunk_->headerSize) < sizeof(ResChunk_header)) {
70 util::DeviceToHost16(current_chunk_->headerSize)) {
H A DResChunkPullParser.h83 if (util::DeviceToHost16(chunk->headerSize) < MinSize) {
92 util::DeviceToHost16(chunk->headerSize);
97 util::DeviceToHost16(chunk->headerSize);
H A DBinaryResourceParser.cpp139 switch (util::DeviceToHost16(parser.chunk()->type)) {
170 << (int)util::DeviceToHost16(parser.chunk()->type));
205 package_name[i] = util::DeviceToHost16(package_header->name[i]);
225 switch (util::DeviceToHost16(parser.chunk()->type)) {
275 << (int)util::DeviceToHost16(parser.chunk()->type));
508 (util::DeviceToHost16(map->flags) & ResTable_entry::FLAG_WEAK) != 0;
/frameworks/base/tools/aapt2/util/
H A DUtil.h261 inline uint16_t DeviceToHost16(uint16_t value) { return dtohs(value); } function in namespace:aapt

Completed in 231 milliseconds