Searched refs:getSectionName (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp123 EXPECT_STREQ(vDesc->getSectionName(tag), vOps->get_section_name(vOps, tag));
168 EXPECT_STREQ(vDescOriginal->getSectionName(tag), vDescParceled->getSectionName(tag));
196 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG));
207 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG));
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h64 const char* getSectionName(uint32_t tag) const;
196 const char* getSectionName(uint32_t tag, metadata_vendor_id_t id) const;
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h64 const char* getSectionName(uint32_t tag) const;
196 const char* getSectionName(uint32_t tag, metadata_vendor_id_t id) const;
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp235 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { function in class:android::hardware::camera2::params::VendorTagDescriptor
432 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, function in class:android::hardware::camera2::params::VendorTagDescriptorCache
437 ret = desc->second->getSectionName(tag);
680 return sGlobalVendorTagDescriptor->getSectionName(tag);
726 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp753 const char* section = vTags->getSectionName(id);

Completed in 98 milliseconds