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

/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp83 static void FillWithDefaults(vendor_tag_ops_t* vOps) { argument
84 ASSERT_NOT_NULL(vOps);
85 vOps->get_tag_count = default_get_tag_count;
86 vOps->get_all_tags = default_get_all_tags;
87 vOps->get_section_name = default_get_section_name;
88 vOps->get_tag_name = default_get_tag_name;
89 vOps->get_tag_type = default_get_tag_type;
98 const vendor_tag_ops_t *vOps = &fakevendor_ops; local
99 EXPECT_EQ(OK, VendorTagDescriptor::createDescriptorFromOps(vOps, /*out*/vDesc));
105 EXPECT_EQ(tagCount, vOps
134 const vendor_tag_ops_t *vOps = &fakevendor_ops; local
178 vendor_tag_ops_t vOps; local
[all...]
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp508 status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vOps, argument
511 if (vOps == NULL) {
516 int tagCount = vOps->get_tag_count(vOps);
526 vOps->get_all_tags(vOps, /*out*/tagArray.editArray());
540 const char *tagName = vOps->get_tag_name(vOps, tag);
546 const char *sectionName = vOps->get_section_name(vOps, ta
[all...]
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h143 static status_t createDescriptorFromOps(const vendor_tag_ops_t* vOps,
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h143 static status_t createDescriptorFromOps(const vendor_tag_ops_t* vOps,

Completed in 1605 milliseconds