Searched refs:getTagArray (Results 1 – 3 of 3) sorted by relevance
59 void getTagArray(uint32_t* tagArray) const;174 void getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const;
88 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const { in getTagArray() function in android::hardware::camera2::params::VendorTagDescriptor186 void VendorTagDescriptorCache::getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const { in getTagArray() function in android::hardware::camera2::params::VendorTagDescriptorCache189 desc->second->getTagArray(tagArray); in getTagArray()451 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()495 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
431 desc->getTagArray(tags.data()); in setUpVendorTags()