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

  /system/media/camera/include/system/
camera_vendor_tags.h 82 const char *(*get_tag_name)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
139 const char *(*get_tag_name)(uint32_t tag, metadata_vendor_id_t id); member in struct:vendor_tag_cache_ops
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) function
158 ops->get_tag_name = get_tag_name;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 314 ops->get_tag_name = get_tag_name;
409 * FUNCTION : get_tag_name
420 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 668 ops->get_tag_name = get_tag_name;
765 * FUNCTION : get_tag_name
776 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags

Completed in 191 milliseconds