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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp47 static sp<VendorTagDescriptor> sGlobalVendorTagDescriptor; member in namespace:android
383 sGlobalVendorTagDescriptor = desc;
404 sGlobalVendorTagDescriptor.clear();
409 return sGlobalVendorTagDescriptor;
416 if (sGlobalVendorTagDescriptor == NULL) {
420 return sGlobalVendorTagDescriptor->getTagCount();
425 if (sGlobalVendorTagDescriptor == NULL) {
429 sGlobalVendorTagDescriptor->getTagArray(tagArray);
434 if (sGlobalVendorTagDescriptor == NULL) {
438 return sGlobalVendorTagDescriptor
[all...]

Completed in 165 milliseconds