Searched refs:getTagCount (Results 1 – 6 of 6) sorted by relevance
56 int getTagCount() const;178 int getTagCount(metadata_vendor_id_t id) const;
32 int getTagCount(const vendor_tag_ops_t* ops);
141 int VendorTags::getTagCount(const vendor_tag_ops_t* /*ops*/) in getTagCount() function in default_camera_hal::VendorTags
129 return gVendorTags.getTagCount(ops); in get_tag_count()
83 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor179 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache183 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()
429 int tagCount = desc->getTagCount(); in setUpVendorTags()