Searched refs:targetTypeId (Results 1 – 2 of 2) sorted by relevance
250 const uint32_t targetTypeId = static_cast<uint32_t>(data16); in parse_data() local251 print("DATA BLOCK", "target type", targetTypeId, ""); in parse_data()280 uint32_t resID = (packageId << 24) | (targetTypeId << 16) | (entryOffset + i); in parse_data()
279 uint8_t targetTypeId() const { in targetTypeId() function in android::IdmapEntries305 const uint16_t targetTypeId = dtohs(header[0]); in setTo() local307 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) { in setTo()308 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId); in setTo()6465 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()6543 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()6912 uint8_t targetTypeId = map.keyAt(i); in createIdmap() local6914 *typeData++ = htods(targetTypeId + 1); in createIdmap()