/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraMetadata.h | 133 status_t update(uint32_t tag, 135 status_t update(uint32_t tag, 137 status_t update(uint32_t tag, 139 status_t update(uint32_t tag, 141 status_t update(uint32_t tag, 143 status_t update(uint32_t tag, 145 status_t update(uint32_t tag, 147 status_t update(const camera_metadata_ro_entry &entry); 151 status_t update(uint32_t tag, Vector<T> data) { in update() function 152 return update(tag, data.array(), data.size()); in update()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4247 metadata.update(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE, in removeUnrequestedMetadata() 4257 metadata.update(ANDROID_STATISTICS_FACE_DETECT_MODE, in removeUnrequestedMetadata() 4502 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4503 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 4521 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4522 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 4558 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4559 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 5160 mCropRegionMapper.update(gCamCapability[mCameraId]->active_array_size.width, in processCaptureRequest() 6807 camMetadata.update(ANDROID_SENSOR_TIMESTAMP, &pendingRequest.timestamp, 1); in translateFromHalMetadata() [all …]
|
D | QCamera3CropRegionMapper.h | 45 void update(uint32_t active_array_w, uint32_t active_array_h,
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 2622 int update; local 2624 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, 2627 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, 2633 update = 0; 2637 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); 2638 return update; 2644 int update; local 2646 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2649 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2655 update = 0; [all …]
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraModule.cpp | 43 chars.update(ANDROID_CONTROL_AE_LOCK_AVAILABLE, &data, /*count*/1); in deriveCameraCharacteristicsKeys() 45 chars.update(ANDROID_CONTROL_AWB_LOCK_AVAILABLE, &data, /*count*/1); in deriveCameraCharacteristicsKeys() 87 chars.update(ANDROID_CONTROL_AVAILABLE_MODES, controlModes); in deriveCameraCharacteristicsKeys() 109 chars.update(ANDROID_SHADING_AVAILABLE_MODES, lscModes); in deriveCameraCharacteristicsKeys() 110 chars.update(ANDROID_STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES, lscMapModes); in deriveCameraCharacteristicsKeys() 130 chars.update(ANDROID_CONTROL_AVAILABLE_HIGH_SPEED_VIDEO_CONFIGURATIONS, in deriveCameraCharacteristicsKeys() 175 chars.update(ANDROID_SENSOR_OPAQUE_RAW_SIZE, rawOpaqueSizes); in deriveCameraCharacteristicsKeys() 186 chars.update( in deriveCameraCharacteristicsKeys() 203 chars.update(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, preCorrectionArray); in deriveCameraCharacteristicsKeys() 235 chars.update(keyTag, availableKeys); in appendAvailableKeys()
|
D | CameraMetadata.cpp | 190 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 203 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 216 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 229 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 242 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 255 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 268 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 282 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2487 int update; in gyroHandler() local 2488 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status, in gyroHandler() 2491 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update); in gyroHandler() 2492 return update; in gyroHandler() 2498 int update; in rawGyroHandler() local 2499 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, in rawGyroHandler() 2501 if(update) { in rawGyroHandler() 2505 s->uncalibrated_gyro.bias[2], s->timestamp, update); in rawGyroHandler() 2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); in rawGyroHandler() 2511 return update; in rawGyroHandler() [all …]
|
/hardware/interfaces/health/1.0/ |
D | IHealth.hal | 33 * This function is a hook to update/change device's HealthInfo (as described 41 * information. Return 'true' to skip logging the update. 45 update(HealthInfo info) generates (bool skipLogging, HealthInfo infoOut);
|
/hardware/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 239 * update(), finish() or abort(). 245 * for operations. Any result other than ErrorCode::OK from begin(), update() or finish() 271 * @return operationHandle The newly-created operation handle which must be passed to update(), 281 * If operationHandle is invalid, update() will return ErrorCode::INVALID_OPERATION_HANDLE. 283 * update() may not consume all of the data provided in the data buffer. update() will return 291 * multiple calls to update(), but only until input data has been provided. 294 * Note that update() may or may not consume all of the data provided. See 299 * @return inputConsumed Amount of data that was consumed by update(). If this is less than the 301 * update() or finish(). 309 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input) [all …]
|
/hardware/interfaces/radio/1.1/ |
D | IRadioIndication.hal | 44 * Indicates a status update for a particular Keepalive session. This must include 45 * a handle for a previous session and should include a status update regarding the
|
/hardware/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 52 memory->update(); in fillMemory()
|
/hardware/interfaces/health/1.0/default/ |
D | Health.h | 43 Return<void> update(const HealthInfo& info, update_cb _hidl_cb) override;
|
D | Health.cpp | 52 Return<void> Health::update(const HealthInfo& info, update_cb _hidl_cb) { in update() function in android::hardware::health::V1_0::implementation::Health
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPluginListener.hal | 43 * Send a license expiration update to the listener. The expiration 44 * update indicates how long the current keys are valid before they
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 249 * @param xoff X offset of the region to update in this Allocation 250 * @param yoff Y offset of the region to update in this Allocation 253 * @param w Width of the region to update 254 * @param h Height of the region to update 274 * @param xoff X offset of the region to update in this Allocation 275 * @param yoff Y offset of the region to update in this Allocation 276 * @param zoff Z offset of the region to update in this Allocation 278 * @param w Width of the region to update 279 * @param h Height of the region to update 280 * @param d Depth of the region to update [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.cpp | 795 mFrameBufferTarget->update(&list->hwLayers[mLayerCount - 1]); in updateFBT() 800 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 825 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 854 if (!hwcLayer->update(&list->hwLayers[i])) { in update() 866 bool HwcLayerList::update(hwc_display_contents_1_t *list) in update() function in android::intel::HwcLayerList 892 hwcLayer->update(&list->hwLayers[i]); in update()
|
D | HwcLayer.h | 83 bool update(hwc_layer_1_t *layer);
|
D | HwcLayerList.h | 40 virtual bool update(hwc_display_contents_1_t *list);
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Models.cpp | 174 inputMemory->update(); in createValidTestRequest() 175 outputMemory->update(); in createValidTestRequest()
|
D | GeneratedTestHarness.cpp | 184 inputMemory->update(); in Execute() 185 outputMemory->update(); in Execute()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayer.h | 89 bool update(hwc_layer_1_t *layer);
|
D | HwcLayerList.h | 40 virtual bool update(hwc_display_contents_1_t *list);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3PreviewTest.cpp | 155 hal3app_preview_settings.update(QCAMERA3_IR_MODE, &set_ir_mode, 1); in captureRequestRepeat() 168 hal3app_preview_settings.update(QCAMERA3_VIDEO_HDR_MODE, &set_svhdr_mode, 1); in captureRequestRepeat()
|
/hardware/libhardware/include/hardware/ |
D | keymaster2.h | 376 keymaster_error_t (*update)(const struct keymaster2_device* dev, member
|