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

  /frameworks/base/tools/aapt2/flatten/
ChunkWriter.h 47 mHeader->type = util::hostToDevice16(type);
48 mHeader->headerSize = util::hostToDevice16(sizeof(T));
80 mHeader->type = util::hostToDevice16(type);
81 mHeader->headerSize = util::hostToDevice16(sizeof(android::ResChunk_header));
XmlFlattener.cpp 122 flatElem->attributeStart = util::hostToDevice16(sizeof(*flatElem));
123 flatElem->attributeSize = util::hostToDevice16(sizeof(ResXMLTree_attribute));
188 flatElem->attributeCount = util::hostToDevice16(mFilteredAttrs.size());
197 flatElem->idIndex = util::hostToDevice16(attributeIndex);
200 flatElem->classIndex = util::hostToDevice16(attributeIndex);
202 flatElem->styleIndex = util::hostToDevice16(attributeIndex);
248 flatAttr->typedValue.size = util::hostToDevice16(sizeof(flatAttr->typedValue));
TableFlattener.cpp 50 dst[i] = util::hostToDevice16((uint16_t) srcData[i]);
135 outEntry->value.size = util::hostToDevice16(sizeof(outEntry->value));
206 outEntry->value.size = util::hostToDevice16(sizeof(outEntry->value));
280 outEntry->flags = util::hostToDevice16(outEntry->flags);
282 outEntry->size = util::hostToDevice16(sizeof(T));
292 outValue->size = util::hostToDevice16(sizeof(*outValue));
  /frameworks/base/tools/aapt2/util/
Util.h 326 inline uint16_t hostToDevice16(uint16_t value) {

Completed in 133 milliseconds