Searched refs:targetTypeId (Results 1 – 1 of 1) sorted by relevance
323 uint8_t targetTypeId() const { in targetTypeId() function in android::IdmapEntries349 const uint16_t targetTypeId = dtohs(header[0]); in setTo() local351 if (targetTypeId == 0 || overlayTypeId == 0 || targetTypeId > 255 || overlayTypeId > 255) { in setTo()352 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId); in setTo()6997 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()7076 typeIndex = idmapEntries[idmapIndex].targetTypeId() - 1; in parsePackage()7338 uint8_t targetTypeId = Res_GETTYPE(targetResId); in add() local7339 auto& entries = mData[targetTypeId]; in add()