Home
last modified time | relevance | path

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

/frameworks/av/camera/
DVendorTagDescriptor.cpp47 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable
425 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()
446 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()
451 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()
458 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()
462 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()
467 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()
471 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()
476 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()
480 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
[all …]