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
625 sGlobalVendorTagDescriptorCache = cache; in setAsGlobalVendorTagCache()
646 sGlobalVendorTagDescriptorCache.clear(); in clearGlobalVendorTagCache()
651 return sGlobalVendorTagDescriptorCache; in getGlobalVendorTagCache()
703 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_tag_count()
707 return sGlobalVendorTagDescriptorCache->getTagCount(id); in vendor_tag_descriptor_cache_get_tag_count()
713 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_all_tags()
716 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id); in vendor_tag_descriptor_cache_get_all_tags()
722 if (sGlobalVendorTagDescriptorCache == NULL) { in vendor_tag_descriptor_cache_get_section_name()
726 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id); in vendor_tag_descriptor_cache_get_section_name()
[all …]