Searched refs:getTagArray (Results 1 – 3 of 3) sorted by relevance
59 void getTagArray(uint32_t* tagArray) const;181 void getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const;
91 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const { in getTagArray() function in android::hardware::camera2::params::VendorTagDescriptor191 void VendorTagDescriptorCache::getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const { in getTagArray() function in android::hardware::camera2::params::VendorTagDescriptorCache194 desc->second->getTagArray(tagArray); in getTagArray()457 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()501 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
431 desc->getTagArray(tags.data()); in setUpVendorTags()