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

  /system/media/camera/include/system/
camera_vendor_tags.h 79 const char *(*get_tag_name)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
  /hardware/libhardware/modules/camera/
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/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 206 ops->get_tag_name = get_tag_name;
301 * FUNCTION : get_tag_name
312 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 206 ops->get_tag_name = get_tag_name;
301 * FUNCTION : get_tag_name
312 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 153 ops->get_tag_name = get_tag_name;
248 * FUNCTION : get_tag_name
259 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags
  /hardware/qcom/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/msmcobalt/QCamera2/HAL3/
QCamera3VendorTags.cpp 288 ops->get_tag_name = get_tag_name;
383 * FUNCTION : get_tag_name
394 const char* QCamera3VendorTags::get_tag_name( function in class:qcamera::QCamera3VendorTags

Completed in 311 milliseconds