Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp285 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable
372 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
393 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
398 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
438 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
442 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
447 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
451 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
456 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
460 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
[all …]