Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp286 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache; variable
405 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
426 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
431 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
483 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
487 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
492 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
495 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
500 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_section_name()
504 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()
[all …]