Home
last modified time | relevance | path

Searched refs:totalSectionCount (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp484 size_t totalSectionCount = ANDROID_SECTION_COUNT + vendorSectionCount; in getTagFromName() local
485 for (size_t i = 0; i < totalSectionCount; ++i) { in getTagFromName()