Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/include/
DVendorTagDescriptor.h162 class VendorTagDescriptorCache {
165 VendorTagDescriptorCache(){}; in VendorTagDescriptorCache() function
202 class VendorTagDescriptorCache
203 : public ::android::hardware::camera2::params::VendorTagDescriptorCache,
204 public LightRefBase<VendorTagDescriptorCache> {
213 static status_t setAsGlobalVendorTagCache(const sp<VendorTagDescriptorCache>& cache);
219 static sp<VendorTagDescriptorCache> getGlobalVendorTagCache();
233 typedef android::hardware::camera::common::helper::VendorTagDescriptorCache
234 VendorTagDescriptorCache; typedef
/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp174 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount()
186 void VendorTagDescriptorCache::getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const { in getTagArray()
195 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, metadata_vendor_id_t id) const { in getSectionName()
207 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, metadata_vendor_id_t id) const { in getTagName()
219 int VendorTagDescriptorCache::getTagType(uint32_t tag, metadata_vendor_id_t id) const { in getTagType()
231 void VendorTagDescriptorCache::dump(int fd, int verbosity, int indentation) const { in dump()
237 int32_t VendorTagDescriptorCache::addVendorDescriptor( in addVendorDescriptor()
249 int32_t VendorTagDescriptorCache::getVendorTagDescriptor( in getVendorTagDescriptor()
286 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache;
401 status_t VendorTagDescriptorCache::setAsGlobalVendorTagCache( in setAsGlobalVendorTagCache()
[all …]