Searched refs:targetTypeId (Results 1 – 1 of 1) sorted by relevance
309 uint8_t targetTypeId() const { in targetTypeId() function in android::IdmapEntries335 const uint16_t targetTypeId = dtohs(header[0]); in setTo() local337 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) { in setTo()338 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId); in setTo()6880 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()6959 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()7219 uint8_t targetTypeId = Res_GETTYPE(targetResId); in add() local7220 if (mData.find(targetTypeId) == mData.end()) { in add()7221 mData.emplace(targetTypeId, std::set<std::pair<uint32_t, uint32_t>>()); in add()7223 auto& entries = mData[targetTypeId]; in add()