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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)]; local
210 if ((reverseIndex = mReverseMapping.indexOfKey(sectionString)) < 0) {
212 reverseIndex = mReverseMapping.add(sectionString, nameMapper);
552 String8 sectionString(sectionName);
554 sections.add(sectionString);
555 tagToSectionMap.add(tag, sectionString);
569 String8 sectionString = tagToSectionMap.valueFor(tag); local
572 ssize_t index = sections.indexOf(sectionString);
578 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
580 reverseIndex = desc->mReverseMapping.add(sectionString, nameMappe
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1293 String8 sectionString(sectionName);
1294 sections.add(sectionString);
1311 tagToSectionMap.add(tag, sectionString);
1326 String8 sectionString = tagToSectionMap.valueFor(tag); local
1329 ssize_t index = sections.indexOf(sectionString);
1335 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
1337 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);

Completed in 35 milliseconds