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 87 int (*get_tag_type)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 109 ops->get_tag_type = get_tag_type;
245 * FUNCTION : get_tag_type
256 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 143 ops->get_tag_type = get_tag_type;
279 * FUNCTION : get_tag_type
290 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags
  /hardware/libhardware/modules/camera/
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;

Completed in 116 milliseconds