Home
last modified time | relevance | path

Searched refs:getTagCount (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h56 int getTagCount() const;
178 int getTagCount(metadata_vendor_id_t id) const;
/hardware/libhardware/modules/camera/3_0/
DVendorTags.h32 int getTagCount(const vendor_tag_ops_t* ops);
DVendorTags.cpp141 int VendorTags::getTagCount(const vendor_tag_ops_t* /*ops*/) in getTagCount() function in default_camera_hal::VendorTags
DCameraHAL.cpp129 return gVendorTags.getTagCount(ops); in get_tag_count()
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp83 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor
179 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache
183 ret = desc->second->getTagCount(); in getTagCount()
448 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
493 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp429 int tagCount = desc->getTagCount(); in setUpVendorTags()