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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1134 const char* tagSection = get_camera_metadata_section_name(tag); local
1135 if (tagSection == NULL) tagSection = "<unknown>";
1140 tagSection, tagName, tag);
1144 const char* tagSection = get_camera_metadata_section_name(tag); local
1145 if (tagSection == NULL) tagSection = "<unknown>";
1150 tagSection, tagName, tag, minCount, maxCount, entry.count);

Completed in 67 milliseconds