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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp104 mTagToSectionMap = src.mTagToSectionMap;
170 mTagToSectionMap.add(tag, sectionIndex);
207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)];
236 ssize_t index = mTagToSectionMap.indexOfKey(tag);
240 return mSections[mTagToSectionMap.valueAt(index)].string();
276 sectionIndex = mTagToSectionMap.valueFor(tag);
337 uint32_t sectionId = mTagToSectionMap.valueFor(tag);
574 desc->mTagToSectionMap.add(tag, static_cast<uint32_t>(index));
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h111 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections member in class:android::hardware::camera2::params::VendorTagDescriptor
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h111 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections member in class:android::hardware::camera2::params::VendorTagDescriptor
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1439 desc->mTagToSectionMap.add(tag, static_cast<uint32_t>(index));

Completed in 99 milliseconds