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

  /frameworks/base/tools/aapt2/format/binary/
ChunkWriter.h 40 header_->type = util::HostToDevice16(type);
41 header_->headerSize = util::HostToDevice16(sizeof(T));
80 header_->type = util::HostToDevice16(type);
81 header_->headerSize = util::HostToDevice16(sizeof(android::ResChunk_header));
XmlFlattener.cpp 132 flat_elem->attributeStart = util::HostToDevice16(sizeof(*flat_elem));
133 flat_elem->attributeSize = util::HostToDevice16(sizeof(ResXMLTree_attribute));
223 flat_elem->attributeCount = util::HostToDevice16(filtered_attrs_.size());
232 flat_elem->idIndex = util::HostToDevice16(attribute_index);
235 flat_elem->classIndex = util::HostToDevice16(attribute_index);
237 flat_elem->styleIndex = util::HostToDevice16(attribute_index);
304 flat_attr->typedValue.size = util::HostToDevice16(sizeof(flat_attr->typedValue));
TableFlattener.cpp 55 dst[i] = util::HostToDevice16((uint16_t)src_data[i]);
139 out_entry->value.size = util::HostToDevice16(sizeof(out_entry->value));
211 out_entry->value.size = util::HostToDevice16(sizeof(out_entry->value));
298 out_entry->flags = util::HostToDevice16(out_entry->flags);
300 out_entry->size = util::HostToDevice16(sizeof(T));
309 outValue->size = util::HostToDevice16(sizeof(*outValue));
370 indices->idx = util::HostToDevice16(i);
371 indices->offset = util::HostToDevice16(offsets[i] / 4u);
  /frameworks/base/tools/aapt2/util/
Util.h 261 inline uint16_t HostToDevice16(uint16_t value) {
  /frameworks/base/tools/aapt2/
StringPool.cpp 439 header->header.type = util::HostToDevice16(android::RES_STRING_POOL_TYPE);
440 header->header.headerSize = util::HostToDevice16(sizeof(*header));

Completed in 83 milliseconds