Home
last modified time | relevance | path

Searched refs:vtCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp94 sp<VendorTagDescriptorCache> vtCache = VendorTagDescriptorCache::getGlobalVendorTagCache(); in init() local
95 if (vtCache == nullptr) { in init()
99 vtCache->getVendorTagDescriptor(vendorTagId, &mVTags); in init()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp863 sp<VendorTagDescriptorCache> vtCache = VendorTagDescriptorCache::getGlobalVendorTagCache(); in getTagFromName() local
865 vtCache->getVendorTagDescriptor(vendorTagId, &vTags); in getTagFromName()