Searched refs:vOps (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp200 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps, argument
203 if (vOps == NULL) {
208 int tagCount = vOps->get_tag_count(vOps);
218 vOps->get_all_tags(vOps, /*out*/tagArray.editArray());
232 const char *tagName = vOps->get_tag_name(vOps, tag);
238 const char *sectionName = vOps->get_section_name(vOps, ta
[all...]
/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider.cpp295 vendor_tag_ops_t vOps = vendor_tag_ops_t(); local
303 mModule->getVendorTagOps(&vOps);
306 if (vOps.get_tag_count == nullptr || vOps.get_all_tags == nullptr ||
307 vOps.get_section_name == nullptr || vOps.get_tag_name == nullptr ||
308 vOps.get_tag_type == nullptr) {
317 if ((res = VendorTagDescriptor::createDescriptorFromOps(&vOps, /*out*/desc))
/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h132 static status_t createDescriptorFromOps(const vendor_tag_ops_t* vOps,

Completed in 54 milliseconds