Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp291 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable
378 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()
466 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()
[all …]