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

  /system/media/camera/include/system/
camera_vendor_tags.h 42 int (*get_tag_count)(const vendor_tag_ops_t *v); member in struct:vendor_tag_ops
46 * get_tag_count() must return the number of tags supported, and
48 * returned by get_tag_count().
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 127 static int get_tag_count(const vendor_tag_ops_t* ops) function
155 ops->get_tag_count = get_tag_count;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 203 ops->get_tag_count = get_tag_count;
215 * FUNCTION : get_tag_count
226 int QCamera3VendorTags::get_tag_count( function in class:qcamera::QCamera3VendorTags
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 203 ops->get_tag_count = get_tag_count;
215 * FUNCTION : get_tag_count
226 int QCamera3VendorTags::get_tag_count( function in class:qcamera::QCamera3VendorTags
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 150 ops->get_tag_count = get_tag_count;
162 * FUNCTION : get_tag_count
173 int QCamera3VendorTags::get_tag_count( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 311 ops->get_tag_count = get_tag_count;
323 * FUNCTION : get_tag_count
334 int QCamera3VendorTags::get_tag_count( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3VendorTags.cpp 285 ops->get_tag_count = get_tag_count;
297 * FUNCTION : get_tag_count
308 int QCamera3VendorTags::get_tag_count( function in class:qcamera::QCamera3VendorTags

Completed in 849 milliseconds