Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp411 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
432 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
437 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
489 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
493 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
498 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
501 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
506 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_section_name()
515 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_name()
519 return sGlobalVendorTagDescriptorCache->getTagName(tag, id); in vendor_tag_descriptor_cache_get_tag_name()
[all …]
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp59 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache; variable
634 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
655 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
660 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
665 if ((sGlobalVendorTagDescriptorCache.get() != nullptr) && in isVendorCachePresent()
722 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
726 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
732 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
741 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_section_name()
751 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_name()
[all …]