Searched refs:getSectionName (Results 1 – 4 of 4) sorted by relevance
123 EXPECT_STREQ(vDesc->getSectionName(tag), vOps->get_section_name(vOps, tag)); in TEST()169 EXPECT_STREQ(vDescOriginal->getSectionName(tag), vDescParceled->getSectionName(tag)); in TEST()197 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()208 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()
64 const char* getSectionName(uint32_t tag) const;201 const char* getSectionName(uint32_t tag, metadata_vendor_id_t id) const;
235 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptor441 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptorCache446 ret = desc->second->getSectionName(tag); in getSectionName()689 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()735 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()
757 const char* section = vTags->getSectionName(id); in CameraMetadata_getAllVendorKeys()