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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp59 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache; member in namespace:android
625 sGlobalVendorTagDescriptorCache = cache;
646 sGlobalVendorTagDescriptorCache.clear();
651 return sGlobalVendorTagDescriptorCache;
703 if (sGlobalVendorTagDescriptorCache == NULL) {
707 return sGlobalVendorTagDescriptorCache->getTagCount(id);
713 if (sGlobalVendorTagDescriptorCache == NULL) {
716 sGlobalVendorTagDescriptorCache->getTagArray(tagArray, id);
722 if (sGlobalVendorTagDescriptorCache == NULL) {
726 return sGlobalVendorTagDescriptorCache
[all...]

Completed in 22 milliseconds