Searched refs:update (Results 1 - 25 of 59) sorted by relevance

123

/hardware/interfaces/
H A Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraMetadata.h133 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) { function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
152 return update(ta
[all...]
/hardware/interfaces/health/1.0/
H A DIHealth.hal33 * 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/google/av/media/codecs/aac/
H A DDrcPresModeWrap.h36 void update();
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp1556 LOGE("Failed to update table for CAM_INTF_PARM_MAX_DIMENSION");
1699 * DESCRIPTION: update FPS information in preview buffer.
1738 * DESCRIPTION: update timestamp in display metadata for all pending buffers
1763 // WAR: update timestamp when it's not VT usecase
4433 // directly send the buffer to the frameworks, and update pending buffers map
4513 metadata.update(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE,
4523 metadata.update(ANDROID_STATISTICS_FACE_DETECT_MODE,
4790 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &expCompensation, 1);
4791 modified_meta.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1);
4809 modified_meta.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATIO
[all...]
H A DQCamera3CropRegionMapper.h45 void update(uint32_t active_array_w, uint32_t active_array_h,
H A DQCamera3CropRegionMapper.cpp78 * FUNCTION : update
80 * DESCRIPTION: update sensor active array size and sensor output size
90 void QCamera3CropRegionMapper::update(uint32_t active_array_w, function in class:qcamera::QCamera3CropRegionMapper
/hardware/interfaces/health/2.0/
H A DIHealth.hal54 * Schedule update.
56 * When update() is called, the service must notify all registered callbacks
63 update() generates (Result result);
/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp43 chars.update(ANDROID_CONTROL_AE_LOCK_AVAILABLE, &data, /*count*/1);
45 chars.update(ANDROID_CONTROL_AWB_LOCK_AVAILABLE, &data, /*count*/1);
87 chars.update(ANDROID_CONTROL_AVAILABLE_MODES, controlModes);
109 chars.update(ANDROID_SHADING_AVAILABLE_MODES, lscModes);
110 chars.update(ANDROID_STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES, lscMapModes);
118 // Need update android.control.availableHighSpeedVideoConfigurations since HAL3.3
130 chars.update(ANDROID_CONTROL_AVAILABLE_HIGH_SPEED_VIDEO_CONFIGURATIONS,
175 chars.update(ANDROID_SENSOR_OPAQUE_RAW_SIZE, rawOpaqueSizes);
186 chars.update(
203 chars.update(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZ
[all...]
H A DCameraMetadata.cpp190 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
203 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
216 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
229 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
242 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
255 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
268 status_t CameraMetadata::update(uint32_t tag, function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
282 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
335 ALOGE("%s: Unable to update metadata entry %s.%s (%x): %s (%d)",
344 "%s: Failed to validate metadata structure after update
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2622 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
2674 int update; local
2698 int update; local
2723 int update; local
2770 int update; local
2803 int update; local
2828 int update; local
2852 int update; local
2876 int update; local
2902 int update = 1; local
2927 int update = 0; local
2954 int update = 0; local
2981 int update = 1; local
2999 int update = 1; local
3022 int update = 1; local
6424 int update = 0; local
6531 int update = 0; local
6571 int update = smHandler(&mSmEvents); local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.h83 bool update(hwc_layer_1_t *layer);
H A DHwcLayerList.h40 virtual bool update(hwc_display_contents_1_t *list);
/hardware/interfaces/health/1.0/default/
H A DHealth.cpp52 Return<void> Health::update(const HealthInfo& info, update_cb _hidl_cb) { function in class:android::hardware::health::V1_0::implementation::Health
H A DHealth.h43 Return<void> update(const HealthInfo& info, update_cb _hidl_cb) override;
/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.cpp53 memory->update();
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2487 int update; local
2488 update = inv_get_sensor_type_gyroscope(s->gyro.v, &s->gyro.status,
2491 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
2492 return update;
2498 int update; local
2499 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib,
2501 if(update) {
2505 s->uncalibrated_gyro.bias[2], s->timestamp, update);
2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2511 return update;
2517 int update; local
2530 int update; local
2543 int update; local
2573 int update; local
2592 int update; local
2611 int update; local
2623 int update; local
2635 int update; local
2648 int update = 1; local
2675 int update = 0; local
2687 int update = 0; local
2700 int update = 0; local
2719 int update = 0; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.h89 bool update(hwc_layer_1_t *layer);
H A DHwcLayerList.h40 virtual bool update(hwc_display_contents_1_t *list);
/hardware/interfaces/health/2.0/default/
H A DHealth.cpp61 return update();
142 Return<Result> Health::update() { function in class:android::hardware::health::V2_0::implementation::Health
144 LOG(WARNING) << "health@2.0: update: not initialized. "
145 << "update() should not be called in charger / recovery.";
151 bool chargerOnline = battery_monitor_->update();
236 update();
/hardware/interfaces/health/2.0/default/include/health2/
H A DHealth.h34 // TODO(b/62229583): clean up and hide these functions after update() logic is simplified.
39 // TODO(b/62229583): clean up and hide these functions after update() logic is simplified.
45 Return<Result> update() override;
/hardware/libhardware/include/hardware/
H A Dkeymaster2.h293 * update(), finish() or abort().
299 * operations. Any result other than KM_ERROR_OK from begin(), update() or finish() implicitly
329 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
342 * If operation_handle is invalid, update() will return KM_ERROR_INVALID_OPERATION_HANDLE.
344 * update() may not consume all of the data provided in the data buffer. update() will return
354 * calls to update(), but only until input data has been provided.
357 * Note that update() may or may not consume all of the data provided. See \p input_consumed.
359 * \param[out] input_consumed Amount of data that was consumed by update(). If this is less
361 * update()
376 keymaster_error_t (*update)(const struct keymaster2_device* dev, member in struct:keymaster2_device
[all...]
/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp111 * unregisterCallback, and update.
127 // assert that the first callback is invoked when update is called.
128 ASSERT_ALL_OK(mHealth->update());
141 ASSERT_ALL_OK(mHealth->update());
/hardware/interfaces/keymaster/3.0/
H A DIKeymasterDevice.hal239 * 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() o
[all...]
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A DKeymaster4.h127 Return<void> update(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
130 return dev_->update(operationHandle, inParams, input, authToken, verificationToken,

Completed in 711 milliseconds

123