HomeSort by relevance Sort by last modified time
    Searched defs:vendor_tag_ops (Results 1 - 2 of 2) sorted by null

  /system/media/camera/include/system/
camera_vendor_tags.h 35 typedef struct vendor_tag_ops vendor_tag_ops_t;
36 struct vendor_tag_ops { struct
  /system/media/camera/src/
camera_metadata.c 448 // TODO: fix vendor_tag_ops across processes so we don't need to special
820 static const vendor_tag_ops_t *vendor_tag_ops = NULL; variable
824 if (tag_section >= VENDOR_SECTION && vendor_tag_ops != NULL) {
825 return vendor_tag_ops->get_section_name(
826 vendor_tag_ops,
837 if (tag_section >= VENDOR_SECTION && vendor_tag_ops != NULL) {
838 return vendor_tag_ops->get_tag_name(
839 vendor_tag_ops,
852 if (tag_section >= VENDOR_SECTION && vendor_tag_ops != NULL) {
853 return vendor_tag_ops->get_tag_type
    [all...]

Completed in 2423 milliseconds