Searched refs:sGlobalVendorTagDescriptor (Results 1 – 1 of 1) sorted by relevance
291 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; variable378 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 …]