Searched refs:VendorTagDescriptorCache (Results 1 – 2 of 2) sorted by relevance
168 class VendorTagDescriptorCache {172 VendorTagDescriptorCache(){}; in VendorTagDescriptorCache() function210 class VendorTagDescriptorCache211 : public ::android::hardware::camera2::params::VendorTagDescriptorCache,212 public LightRefBase<VendorTagDescriptorCache> {221 static status_t setAsGlobalVendorTagCache(const sp<VendorTagDescriptorCache>& cache);227 static sp<VendorTagDescriptorCache> getGlobalVendorTagCache();
179 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 …]