Home
last modified time | relevance | path

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

/frameworks/av/camera/
DVendorTagDescriptor.cpp58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable
601 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
622 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
627 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
667 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
671 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
676 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
680 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
685 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
689 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
[all …]