/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3VendorTags.cpp | 227 uint32_t tag) in get_section_name() argument 234 uint32_t section = tag >> 16; in get_section_name() 242 ALOGV("%s: section_name[%d] is %s", __func__, tag, ret); in get_section_name() 261 uint32_t tag) in get_tag_name() argument 265 uint32_t section = tag >> 16; in get_tag_name() 267 uint32_t tag_index = tag & 0xFFFF; in get_tag_name() 276 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) in get_tag_name() 282 ALOGV("%s: tag name for tag %d is %s", __func__, tag, ret); in get_tag_name() 303 uint32_t tag) in get_tag_type() argument 307 uint32_t section = tag >> 16; in get_tag_type() [all …]
|
D | QCamera3VendorTags.h | 141 uint32_t tag); 144 uint32_t tag); 147 uint32_t tag);
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3VendorTags.cpp | 280 uint32_t tag) in get_section_name() argument 287 uint32_t section = tag >> 16; in get_section_name() 295 ALOGV("%s: section_name[%d] is %s", __func__, tag, ret); in get_section_name() 314 uint32_t tag) in get_tag_name() argument 318 uint32_t section = tag >> 16; in get_tag_name() 320 uint32_t tag_index = tag & 0xFFFF; in get_tag_name() 329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) in get_tag_name() 335 ALOGV("%s: tag name for tag %d is %s", __func__, tag, ret); in get_tag_name() 356 uint32_t tag) in get_tag_type() argument 360 uint32_t section = tag >> 16; in get_tag_type() [all …]
|
D | QCamera3VendorTags.h | 164 uint32_t tag); 167 uint32_t tag); 170 uint32_t tag);
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3VendorTags.cpp | 280 uint32_t tag) in get_section_name() argument 287 uint32_t section = tag >> 16; in get_section_name() 295 ALOGV("%s: section_name[%d] is %s", __func__, tag, ret); in get_section_name() 314 uint32_t tag) in get_tag_name() argument 318 uint32_t section = tag >> 16; in get_tag_name() 320 uint32_t tag_index = tag & 0xFFFF; in get_tag_name() 329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) in get_tag_name() 335 ALOGV("%s: tag name for tag %d is %s", __func__, tag, ret); in get_tag_name() 356 uint32_t tag) in get_tag_type() argument 360 uint32_t section = tag >> 16; in get_tag_type() [all …]
|
D | QCamera3VendorTags.h | 164 uint32_t tag); 167 uint32_t tag); 170 uint32_t tag);
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.h | 141 virtual const char* getVendorSectionName(uint32_t tag); 142 virtual const char* getVendorTagName(uint32_t tag); 143 virtual int getVendorTagType(uint32_t tag); 230 uint32_t tag); 233 uint32_t tag); 236 uint32_t tag);
|
D | EmulatedCamera2.cpp | 187 const char* EmulatedCamera2::getVendorSectionName(uint32_t tag) { in getVendorSectionName() argument 191 const char* EmulatedCamera2::getVendorTagName(uint32_t tag) { in getVendorTagName() argument 195 int EmulatedCamera2::getVendorTagType(uint32_t tag) { in getVendorTagType() argument 344 uint32_t tag) { in get_camera_vendor_section_name() argument 346 return ec->getVendorSectionName(tag); in get_camera_vendor_section_name() 351 uint32_t tag) { in get_camera_vendor_tag_name() argument 353 return ec->getVendorTagName(tag); in get_camera_vendor_tag_name() 358 uint32_t tag) { in get_camera_vendor_tag_type() argument 360 return ec->getVendorTagType(tag); in get_camera_vendor_tag_type()
|
D | EmulatedCameraHal.cpp | 33 tag: HARDWARE_MODULE_TAG,
|
D | EmulatedBaseCamera.cpp | 48 device->tag = HARDWARE_DEVICE_TAG; in EmulatedBaseCamera()
|
/device/generic/goldfish/vibrator/ |
D | vibrator_qemu.c | 64 vibradev->common.tag = HARDWARE_DEVICE_TAG; in qemu_vibra_open() 86 .tag = HARDWARE_MODULE_TAG,
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI_Metatags.cpp | 86 uint32_t tag, in addOrSize() argument 91 return add_camera_metadata_entry(request, tag, entryData, in addOrSize() 94 int type = get_camera_metadata_tag_type(tag); in addOrSize() 115 #define ADD_OR_SIZE( tag, data, count ) \ in getStaticInfo() argument 117 tag, data, count) ) != OK ) return ret in getStaticInfo() 404 #define ADD_OR_SIZE( tag, data, count ) \ in constructDefaultRequest() argument 406 tag, data, count) ) != OK ) return ret in constructDefaultRequest()
|
/device/htc/flounder/lights/ |
D | lights.c | 140 dev->common.tag = HARDWARE_DEVICE_TAG; in open_lights() 161 .tag = HARDWARE_MODULE_TAG,
|
/device/generic/goldfish/lights/ |
D | lights_qemu.c | 188 dev->common.tag = HARDWARE_DEVICE_TAG; in open_lights() 206 .tag = HARDWARE_MODULE_TAG,
|
/device/asus/fugu/libaudio/ |
D | audio_hal_hooks.c | 28 .tag = HARDWARE_MODULE_TAG,
|
/device/generic/goldfish/power/ |
D | power_qemu.c | 53 .tag = HARDWARE_MODULE_TAG,
|
/device/lge/bullhead/camera/QCamera2/ |
D | QCamera2Hal.cpp | 34 .tag = HARDWARE_MODULE_TAG,
|
/device/moto/shamu/camera/QCamera2/ |
D | QCamera2Hal.cpp | 34 tag: HARDWARE_MODULE_TAG,
|
/device/huawei/angler/camera/QCamera2/ |
D | QCamera2Hal.cpp | 34 .tag = HARDWARE_MODULE_TAG,
|
/device/lge/bullhead/liblight/ |
D | lights.c | 236 dev->common.tag = HARDWARE_DEVICE_TAG; in open_lights() 255 .tag = HARDWARE_MODULE_TAG,
|
/device/google/dragon/lights/ |
D | lights.c | 213 lights->base.common.tag = HARDWARE_DEVICE_TAG; in open_lights() 228 .tag = HARDWARE_MODULE_TAG,
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 38 device.common.tag = HARDWARE_DEVICE_TAG; in SensorContext() 232 .tag = HARDWARE_MODULE_TAG,
|
D | activity.cpp | 50 device.common.tag = HARDWARE_DEVICE_TAG; in ActivityContext() 355 .tag = HARDWARE_MODULE_TAG,
|
/device/huawei/angler/liblight/ |
D | lights.c | 357 dev->common.tag = HARDWARE_DEVICE_TAG; in open_lights() 375 .tag = HARDWARE_MODULE_TAG,
|
/device/huawei/angler/vr/ |
D | vr.c | 137 .tag = HARDWARE_MODULE_TAG,
|