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

  /frameworks/base/libs/androidfw/
TypeWrappers.cpp 39 reinterpret_cast<uintptr_t>(type) + dtohs(type->header.headerSize));
60 } else if (reinterpret_cast<uintptr_t>(entry) + dtohs(entry->size) > containerEnd) {
63 } else if (dtohs(entry->size) < sizeof(*entry)) {
64 ALOGE("Entry at index %u is too small (%u)", mIndex, dtohs(entry->size));
ResourceTypes.cpp 94 char16_t s = dtohs(static_cast<char16_t>(*src));
106 const uint16_t headerSize = dtohs(chunk->headerSize);
140 size = dtohs(src.size);
263 return (dtohs(*mData) > 0);
270 uint16_t entryCount = dtohs(mData[2]);
278 return dtohs(mData[0]);
285 return dtohs(mData[1]);
300 const uint16_t targetTypeId = dtohs(header[0]);
301 const uint16_t overlayTypeId = dtohs(header[1]);
307 uint16_t entryCount = dtohs(header[2])
    [all...]
  /system/core/include/utils/
ByteOrder.h 56 #define dtohs(x) (x) macro
63 #define dtohs(x) (android_swap_short(x)) macro
  /frameworks/base/cmds/idmap/
inspect.cpp 94 *i = dtohs(*reinterpret_cast<const uint16_t*>(buf_ + pos_));

Completed in 910 milliseconds