Searched defs:getSectionName (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp235 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { function in class:android::hardware::camera2::params::VendorTagDescriptor
432 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, function in class:android::hardware::camera2::params::VendorTagDescriptorCache
437 ret = desc->second->getSectionName(tag);
680 return sGlobalVendorTagDescriptor->getSectionName(tag);
726 return sGlobalVendorTagDescriptorCache->getSectionName(tag, id);

Completed in 6619 milliseconds