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

  /frameworks/native/include/utils/
ByteOrder.h 58 #define htods(x) (x) macro
65 #define htods(x) (android_swap_short(x)) macro
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
StringPool.cpp 27 char16_t s = htods(*src);
527 header->header.type = htods(RES_STRING_POOL_TYPE);
528 header->header.headerSize = htods(sizeof(*header));
ResourceTable.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 334 const bool notDeviceEndian = htods(0xf0) != 0xf0;
    [all...]

Completed in 390 milliseconds