Searched refs:vOps (Results 1 – 3 of 3) sorted by relevance
294 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps, in createDescriptorFromOps() argument297 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()
394 vendor_tag_ops_t vOps = vendor_tag_ops_t(); in setUpVendorTags() local402 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()
134 static status_t createDescriptorFromOps(const vendor_tag_ops_t* vOps,