Home | History | Annotate | Download | only in androidfw

Lines Matching refs:targetTypeId

274     uint8_t targetTypeId() const {
300 const uint16_t targetTypeId = dtohs(header[0]);
302 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) {
303 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId);
5773 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
5840 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1;
6169 uint8_t targetTypeId = map.keyAt(i);
6171 *typeData++ = htods(targetTypeId + 1);