Home | History | Annotate | Download | only in common

Lines Matching defs:tagCount

1263     int tagCount = 0;
1266 tagCount += vts[s].tags.size();
1269 if (tagCount < 0 || tagCount > INT32_MAX) {
1270 ALOGE("%s: tag count %d from vendor tag sections is invalid.", __FUNCTION__, tagCount);
1275 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount,
1276 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount);
1280 desc->mTagCount = tagCount;