Home
last modified time | relevance | path

Searched refs:type_header (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp177 ResTable_type* type_header = type_writer.StartChunk<ResTable_type>(RES_TABLE_TYPE_TYPE); in FlattenConfig() local
178 type_header->id = type.id.value(); in FlattenConfig()
179 type_header->config = config; in FlattenConfig()
180 type_header->config.swapHtoD(); in FlattenConfig()
219 type_header->entryCount = android::util::HostToDevice32(entries->size()); in FlattenConfig()
220 type_header->flags |= ResTable_type::FLAG_SPARSE; in FlattenConfig()
232 type_header->entryCount = android::util::HostToDevice32(num_total_entries); in FlattenConfig()
235 type_header->flags |= ResTable_type::FLAG_OFFSET16; in FlattenConfig()
249 type_header->entriesStart = android::util::HostToDevice32(type_writer.size()); in FlattenConfig()