Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp294 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps, in createDescriptorFromOps() argument
297 if (vOps == NULL) { in createDescriptorFromOps()
302 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps()
312 vOps->get_all_tags(vOps, /*out*/tagArray.editArray()); in createDescriptorFromOps()
326 const char *tagName = vOps->get_tag_name(vOps, tag); in createDescriptorFromOps()
332 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps()
343 int tagType = vOps->get_tag_type(vOps, tag); in createDescriptorFromOps()
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp394 vendor_tag_ops_t vOps = vendor_tag_ops_t(); in setUpVendorTags() local
402 mModule->getVendorTagOps(&vOps); in setUpVendorTags()
405 if (vOps.get_tag_count == nullptr || vOps.get_all_tags == nullptr || in setUpVendorTags()
406 vOps.get_section_name == nullptr || vOps.get_tag_name == nullptr || in setUpVendorTags()
407 vOps.get_tag_type == nullptr) { in setUpVendorTags()
416 if ((res = VendorTagDescriptor::createDescriptorFromOps(&vOps, /*out*/desc)) in setUpVendorTags()
/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h134 static status_t createDescriptorFromOps(const vendor_tag_ops_t* vOps,