Searched refs:getTagCount (Results 1 – 6 of 6) sorted by relevance
56 int getTagCount() const;171 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()
80 int VendorTagDescriptor::getTagCount() const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptor174 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount() function in android::hardware::camera2::params::VendorTagDescriptorCache178 ret = desc->second->getTagCount(); in getTagCount()442 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()487 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
429 int tagCount = desc->getTagCount(); in setUpVendorTags()