Searched refs:VendorTagDescriptor (Results 1 – 8 of 8) sorted by relevance
39 class VendorTagDescriptor {41 virtual ~VendorTagDescriptor();43 VendorTagDescriptor();44 VendorTagDescriptor(const VendorTagDescriptor& src);45 VendorTagDescriptor& operator=(const VendorTagDescriptor& rhs);47 void copyFrom(const VendorTagDescriptor& src);122 class VendorTagDescriptor :123 public ::android::hardware::camera2::params::VendorTagDescriptor,124 public LightRefBase<VendorTagDescriptor> {136 sp<VendorTagDescriptor>& descriptor);[all …]
32 class VendorTagDescriptor; variable200 const VendorTagDescriptor* vTags, uint32_t *tag);
37 VendorTagDescriptor::~VendorTagDescriptor() { in ~VendorTagDescriptor()44 VendorTagDescriptor::VendorTagDescriptor() : in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor49 VendorTagDescriptor::VendorTagDescriptor(const VendorTagDescriptor& src) { in VendorTagDescriptor() function in android::hardware::camera2::params::VendorTagDescriptor53 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) { in operator =()58 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) { in copyFrom()83 int VendorTagDescriptor::getTagCount() const { in getTagCount()91 void VendorTagDescriptor::getTagArray(uint32_t* tagArray) const { in getTagArray()98 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const { in getSectionName()106 ssize_t VendorTagDescriptor::getSectionIndex(uint32_t tag) const { in getSectionIndex()110 const char* VendorTagDescriptor::getTagName(uint32_t tag) const { in getTagName()[all …]
9 "VendorTagDescriptor.cpp",
466 const VendorTagDescriptor* vTags, uint32_t *tag) { in getTagFromName()
41 using ::android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
287 VendorTagDescriptor::clearGlobalVendorTagDescriptor(); in initialize()414 sp<VendorTagDescriptor> desc; in setUpVendorTags()416 if ((res = VendorTagDescriptor::createDescriptorFromOps(&vOps, /*out*/desc)) in setUpVendorTags()425 VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc); in setUpVendorTags()