Searched refs:sectionString (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp102 String8 sectionString(sectionName);
104 sections.add(sectionString);
105 tagToSectionMap.add(tag, sectionString);
119 String8 sectionString = tagToSectionMap.valueFor(tag); local
122 ssize_t index = sections.indexOf(sectionString);
128 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
130 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
238 String8 sectionString = desc->mSections[desc->mTagToSectionMap.valueFor(tag)];
241 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
243 reverseIndex = desc->mReverseMapping.add(sectionString, nameMappe
[all...]

Completed in 157 milliseconds