Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/tests/
DVendorTagDescriptorTests.cpp123 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()
/frameworks/av/include/camera/
DVendorTagDescriptor.h64 const char* getSectionName(uint32_t tag) const;
/frameworks/av/camera/
DVendorTagDescriptor.cpp223 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptor
480 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp725 const char* section = vTags->getSectionName(id); in CameraMetadata_getAllVendorKeys()