Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h62 const char* getSectionName(uint32_t tag) const;
184 const char* getSectionName(uint32_t tag, metadata_vendor_id_t id) const;
/hardware/libhardware/modules/camera/3_0/
DVendorTags.h34 const char* getSectionName(const vendor_tag_ops_t* ops, uint32_t tag);
DVendorTags.cpp162 const char* VendorTags::getSectionName(const vendor_tag_ops_t* /*ops*/, in getSectionName() function in default_camera_hal::VendorTags
DCameraHAL.cpp139 return gVendorTags.getSectionName(ops, tag); in get_section_name()
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp98 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptor
200 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, metadata_vendor_id_t id) const { in getSectionName() function in android::hardware::camera2::params::VendorTagDescriptorCache
204 ret = desc->second->getSectionName(tag); in getSectionName()
466 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
510 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()