Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h168 class VendorTagDescriptorCache {
172 VendorTagDescriptorCache(){}; in VendorTagDescriptorCache() function
210 class VendorTagDescriptorCache
211 : public ::android::hardware::camera2::params::VendorTagDescriptorCache,
212 public LightRefBase<VendorTagDescriptorCache> {
221 static status_t setAsGlobalVendorTagCache(const sp<VendorTagDescriptorCache>& cache);
227 static sp<VendorTagDescriptorCache> getGlobalVendorTagCache();
/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp179 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const { in getTagCount()
191 void VendorTagDescriptorCache::getTagArray(uint32_t* tagArray, metadata_vendor_id_t id) const { in getTagArray()
200 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, metadata_vendor_id_t id) const { in getSectionName()
212 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, metadata_vendor_id_t id) const { in getTagName()
224 int VendorTagDescriptorCache::getTagType(uint32_t tag, metadata_vendor_id_t id) const { in getTagType()
236 void VendorTagDescriptorCache::dump(int fd, int verbosity, int indentation) const { in dump()
242 int32_t VendorTagDescriptorCache::addVendorDescriptor( in addVendorDescriptor()
254 int32_t VendorTagDescriptorCache::getVendorTagDescriptor( in getVendorTagDescriptor()
292 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache;
407 status_t VendorTagDescriptorCache::setAsGlobalVendorTagCache( in setAsGlobalVendorTagCache()
[all …]