Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp292 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache; variable
411 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()
510 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()
[all …]