Home
last modified time | relevance | path

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

/frameworks/av/camera/
DVendorTagDescriptor.cpp59 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache; variable
634 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
655 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
660 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
712 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
716 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
722 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
725 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
731 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_section_name()
735 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()
[all …]