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
651 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
659 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
664 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
669 if ((sGlobalVendorTagDescriptorCache.get() != nullptr) && in isVendorCachePresent()
670 (sGlobalVendorTagDescriptorCache->getVendorIdsAndTagDescriptors().find(vendorId) != in isVendorCachePresent()
671 sGlobalVendorTagDescriptorCache->getVendorIdsAndTagDescriptors().end())) { in isVendorCachePresent()
726 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
730 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
736 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
[all …]