Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp378 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
399 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
404 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
444 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
448 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
453 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
457 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
462 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
471 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_name()
475 return sGlobalVendorTagDescriptor->getTagName(tag); in vendor_tag_descriptor_get_tag_name()
[all …]
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable
601 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
622 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
627 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
677 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
681 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
686 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
690 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
695 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
704 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_name()
[all …]