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

  /system/media/camera/include/system/
camera_vendor_tags.h 40 * returned by get_all_tags(). This must return -1 on error.
50 void (*get_all_tags)(const vendor_tag_ops_t *v, uint32_t *tag_array); member in struct:vendor_tag_ops
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) function
156 ops->get_all_tags = get_all_tags;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 204 ops->get_all_tags = get_all_tags;
238 * FUNCTION : get_all_tags
249 void QCamera3VendorTags::get_all_tags( function in class:qcamera::QCamera3VendorTags
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 204 ops->get_all_tags = get_all_tags;
238 * FUNCTION : get_all_tags
249 void QCamera3VendorTags::get_all_tags( function in class:qcamera::QCamera3VendorTags
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 151 ops->get_all_tags = get_all_tags;
185 * FUNCTION : get_all_tags
196 void QCamera3VendorTags::get_all_tags( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 312 ops->get_all_tags = get_all_tags;
346 * FUNCTION : get_all_tags
357 void QCamera3VendorTags::get_all_tags( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3VendorTags.cpp 286 ops->get_all_tags = get_all_tags;
320 * FUNCTION : get_all_tags
331 void QCamera3VendorTags::get_all_tags( function in class:qcamera::QCamera3VendorTags
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
__init__.py 845 def get_all_tags(self, filters=None, max_records=None, next_token=None): member in class:AutoScaleConnection
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
connection.py 4147 def get_all_tags(self, filters=None, dry_run=False, max_results=None): member in class:EC2Connection
    [all...]

Completed in 618 milliseconds