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
592 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
613 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
618 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
658 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
662 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
667 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
671 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
676 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
680 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
[all …]