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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp958 const char* tagSection = get_camera_metadata_section_name(tag); local
959 if (tagSection == NULL) tagSection = "<unknown>";
964 tagSection, tagName, tag);
968 const char* tagSection = get_camera_metadata_section_name(tag); local
969 if (tagSection == NULL) tagSection = "<unknown>";
974 tagSection, tagName, tag, minCount, maxCount, entry.count);

Completed in 9 milliseconds