Searched refs:tagCount (Results 1 – 10 of 10) sorted by relevance
104 int tagCount = vDesc->getTagCount(); in TEST() local105 EXPECT_EQ(tagCount, vOps->get_tag_count(vOps)); in TEST()107 uint32_t descTagArray[tagCount]; in TEST()108 uint32_t opsTagArray[tagCount]; in TEST()118 for (int i = 0; i < tagCount; ++i) { in TEST()149 int tagCount = vDescOriginal->getTagCount(); in TEST() local150 ASSERT_EQ(tagCount, vDescParceled->getTagCount()); in TEST()152 uint32_t descTagArray[tagCount]; in TEST()153 uint32_t desc2TagArray[tagCount]; in TEST()163 for (int i = 0; i < tagCount; ++i) { in TEST()
118 int32_t tagCount = 0; in readFromParcel() local119 if ((res = parcel->readInt32(&tagCount)) != OK) { in readFromParcel()124 if (tagCount < 0 || tagCount > INT32_MAX) { in readFromParcel()129 mTagCount = tagCount; in readFromParcel()135 for (int32_t i = 0; i < tagCount; ++i) { in readFromParcel()179 if (tagCount > 0) { in readFromParcel()205 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in readFromParcel()525 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps() local526 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()532 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromOps()[all …]
428 uint32_t tagCount = 0; in removePermissionEntries() local445 tagCount = vTags->getTagCount(); in removePermissionEntries()446 uint32_t *vendorTags = new uint32_t[tagCount]; in removePermissionEntries()452 tagsToRemove.reserve(tagCount); in removePermissionEntries()453 tagsToRemove.insert(tagsToRemove.begin(), vendorTags, vendorTags + tagCount); in removePermissionEntries()456 tagCount = 0; in removePermissionEntries()459 auto tagsNeedingPermission = get_camera_metadata_permission_needed(&tagCount); in removePermissionEntries()460 if (tagCount > 0) { in removePermissionEntries()461 tagsToRemove.reserve(tagsToRemove.capacity() + tagCount); in removePermissionEntries()463 tagsNeedingPermission + tagCount); in removePermissionEntries()
302 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps() local303 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()304 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in createDescriptorFromOps()309 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromOps()310 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount); in createDescriptorFromOps()315 desc->mTagCount = tagCount; in createDescriptorFromOps()320 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()353 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()
71 int tagCount = 0; in createDescriptorFromHidl() local74 tagCount += vts[s].tags.size(); in createDescriptorFromHidl()77 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromHidl()78 ALOGE("%s: tag count %d from vendor tag sections is invalid.", __FUNCTION__, tagCount); in createDescriptorFromHidl()83 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromHidl()84 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount); in createDescriptorFromHidl()87 desc->mTagCount = tagCount; in createDescriptorFromHidl()
281 int tagCount = desc->getTagCount(); in getCameraVendorTagSections() local282 std::vector<uint32_t> tags(tagCount); in getCameraVendorTagSections()284 for (int i = 0; i < tagCount; i++) { in getCameraVendorTagSections()
174 final int tagCount = tagCountForUserAndPackage(userId, pkgName); in forEach() local175 for (int t = 0; t < tagCount; ++t) { in forEach()
429 int tagCount = desc->getTagCount(); in setUpVendorTags() local430 std::vector<uint32_t> tags(tagCount); in setUpVendorTags()432 for (int i = 0; i < tagCount; i++) { in setUpVendorTags()
2951 int tagCount = 0; in createDescriptorFromHidl() local2954 tagCount += vts[s].tags.size(); in createDescriptorFromHidl()2957 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromHidl()2958 ALOGE("%s: tag count %d from vendor tag sections is invalid.", __FUNCTION__, tagCount); in createDescriptorFromHidl()2963 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromHidl()2964 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount); in createDescriptorFromHidl()2968 desc->mTagCount = tagCount; in createDescriptorFromHidl()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...