HomeSort by relevance Sort by last modified time
    Searched refs:sectionString (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 244 String8 sectionString(sectionName);
246 sections.add(sectionString);
247 tagToSectionMap.add(tag, sectionString);
261 String8 sectionString = tagToSectionMap.valueFor(tag);
264 ssize_t index = sections.indexOf(sectionString);
270 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
272 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)];
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);
572 ssize_t index = sections.indexOf(sectionString);
578 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
580 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper)
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]

Completed in 273 milliseconds