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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp58 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; member in namespace:android
592 sGlobalVendorTagDescriptor = desc;
613 sGlobalVendorTagDescriptor.clear();
618 return sGlobalVendorTagDescriptor;
658 if (sGlobalVendorTagDescriptor == NULL) {
662 return sGlobalVendorTagDescriptor->getTagCount();
667 if (sGlobalVendorTagDescriptor == NULL) {
671 sGlobalVendorTagDescriptor->getTagArray(tagArray);
676 if (sGlobalVendorTagDescriptor == NULL) {
680 return sGlobalVendorTagDescriptor
[all...]

Completed in 50 milliseconds