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

  /system/media/camera/include/system/
camera_vendor_tags.h 90 int (*get_tag_type)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
147 int (*get_tag_type)(uint32_t tag, metadata_vendor_id_t id); member in struct:vendor_tag_cache_ops
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) function
159 ops->get_tag_type = get_tag_type;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 315 ops->get_tag_type = get_tag_type;
451 * FUNCTION : get_tag_type
462 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 669 ops->get_tag_type = get_tag_type;
809 * FUNCTION : get_tag_type
820 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags

Completed in 82 milliseconds