Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.cc102 static const char* GetSectionName(const vendor_tag_ops_t* /*tag_ops*/, in GetSectionName() function
104 return VendorTagManager::GetInstance().GetSectionName(tag_id); in GetSectionName()
154 .get_section_name = google_camera_hal::GetSectionName, in AddTags()
197 const char* VendorTagManager::GetSectionName(uint32_t tag_id) const { in GetSectionName() function in android::google_camera_hal::VendorTagManager
H A Dvendor_tag_utils.h70 const char* GetSectionName(uint32_t tag_id) const;
/aosp12/hardware/google/camera/common/hal/tests/
H A Dvendor_tag_tests.cc183 VendorTagManager::GetInstance().GetSectionName(tag_id); in TEST()