Searched refs:sGlobalVendorTagDescriptor (Results 1 – 1 of 1) sorted by relevance
58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable616 sGlobalVendorTagDescriptor = desc; in setAsGlobalVendorTagDescriptor()624 sGlobalVendorTagDescriptor.clear(); in clearGlobalVendorTagDescriptor()629 return sGlobalVendorTagDescriptor; in getGlobalVendorTagDescriptor()681 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_tag_count()685 return sGlobalVendorTagDescriptor->getTagCount(); in vendor_tag_descriptor_get_tag_count()690 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_all_tags()694 sGlobalVendorTagDescriptor->getTagArray(tagArray); in vendor_tag_descriptor_get_all_tags()699 if (sGlobalVendorTagDescriptor == NULL) { in vendor_tag_descriptor_get_section_name()703 return sGlobalVendorTagDescriptor->getSectionName(tag); in vendor_tag_descriptor_get_section_name()[all …]