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()168 EXPECT_STREQ(vDescOriginal->getSectionName(tag), vDescParceled->getSectionName(tag)); in TEST()196 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()207 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG)); in TEST()
64 const char* getSectionName(uint32_t tag) const;
223 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptor480 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
725 const char* section = vTags->getSectionName(id); in CameraMetadata_getAllVendorKeys()