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

  /frameworks/base/include/utils/
ByteOrder.h 56 #define dtohs(x) (x) macro
63 #define dtohs(x) (android_swap_short(x)) macro
ResourceTypes.h 982 mcc = dtohs(mcc);
983 mnc = dtohs(mnc);
984 density = dtohs(density);
985 screenWidth = dtohs(screenWidth);
986 screenHeight = dtohs(screenHeight);
987 sdkVersion = dtohs(sdkVersion);
988 minorVersion = dtohs(minorVersion);
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 85 char16_t s = dtohs(*src);
97 const uint16_t headerSize = dtohs(chunk->headerSize);
126 size = dtohs(src.size);
270 h->header.headerSize = dtohs(mHeader->header.headerSize);
271 h->header.type = dtohs(mHeader->header.type);
346 s[i] = dtohs(strings[i]);
756 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount);
765 if (idx < dtohs(tag->attributeCount)) {
768 + dtohs(tag->attributeStart)
769 + (dtohs(tag->attributeSize)*idx))
    [all...]

Completed in 90 milliseconds