Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.cc127 tag_sections_, tag_sections, &combined_tags); in AddTags()
133 tag_sections_ = combined_tags; in AddTags()
169 return tag_sections_; in GetTags()
175 tag_sections_.clear(); in Reset()
H A Dvendor_tag_utils.h109 std::vector<VendorTagSection> tag_sections_; variable