/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 | 4206 mStreamCropMapper.update( in handleMetadataWithLock() 4620 metadata.update(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE, in removeUnrequestedMetadata() 4630 metadata.update(ANDROID_STATISTICS_FACE_DETECT_MODE, in removeUnrequestedMetadata() 4903 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4904 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 4922 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4923 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 4959 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1); in orchestrateRequest() 4960 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1); in orchestrateRequest() 5372 mCropRegionMapper.update(gCamCapability[mCameraId]->active_array_size.width, in processCaptureRequest() [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 | 189 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 202 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 215 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 228 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 241 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 254 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 267 status_t CameraMetadata::update(uint32_t tag, in update() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 281 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/2.1/ |
D | README.md | 41 [Upgrading with a customized libhealthd](#update-from-1-0). 43 [Upgrading from Health HAL 1.0](#update-from-1-0). 46 [Upgrading from Health HAL 2.0](#update-from-2-0). 54 # Upgrading with a customized libhealthd or from Health HAL 1.0 {#update-from-1-0} 58 and `update()`, with an additional `energyCounter()` function. 64 * `healthd_board_battery_update()` / `@1.0::IHealth.update()` should be called 90 # Upgrading from Health HAL 2.0 {#update-from-2-0} 94 see [the section above](#update-from-1-0)
|
/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/media/c2/1.0/ |
D | IConfigurable.hal | 104 * Tuning is performed at best effort: the object must update all supported 108 * A non-strict parameter update with an unsupported value shall cause an 109 * update to the closest supported value. A strict parameter update with an 112 * If @p mayBlock is false, this method must not block. An update that 115 * If @p mayBlock is true, an update may block, but the whole method call 134 * parameters, e.g., some parameter update may enable some subsequent 135 * parameter update. 150 * @return failures List of update failures.
|
/hardware/google/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/hardware/interfaces/ |
D | update-makefiles.sh | 11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | DeviceHealth.h | 29 void update(struct android::BatteryProperties *props);
|
/hardware/qcom/neuralnetworks/hvxservice/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/hardware/qcom/bt/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/hardware/google/pixel/health/ |
D | DeviceHealth.cpp | 33 void DeviceHealth::update(struct android::BatteryProperties *props) { in update() function in hardware::google::pixel::health::DeviceHealth
|
/hardware/qcom/sdm845/display/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/hardware/qcom/msm8x09/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/hardware/qcom/audio/ |
D | OWNERS | 2 # Please update this list if you find better candidates.
|
/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/google/av/media/codecs/aac/ |
D | DrcPresModeWrap.h | 36 void update();
|
/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/health/utils/libhealth2impl/ |
D | BinderHealth.cpp | 114 Return<Result> BinderHealth::update() { in update() function in android::hardware::health::V2_1::implementation::BinderHealth 115 Result result = service()->update(); in update()
|
/hardware/interfaces/health/1.0/default/ |
D | Health.h | 43 Return<void> update(const HealthInfo& info, update_cb _hidl_cb) override;
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 68 * effort: the object must update all supported configuration at best 73 * E.g. some parameter update may allow some subsequent parameter update. 88 * - CORRUPTED - Some unknown error prevented the update of the
|