/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/google/pixel/health/test/ |
D | TestBatteryDefender.cpp | 189 battDefender.update(); in TEST_F() 200 battDefender.update(); in TEST_F() 210 battDefender.update(); in TEST_F() 220 battDefender.update(); in TEST_F() 234 battDefender.update(); in TEST_F() 250 battDefender.update(); in TEST_F() 256 battDefender.update(); in TEST_F() 271 battDefender.update(); in TEST_F() 276 battDefender.update(); in TEST_F() 290 battDefender.update(); in TEST_F() [all …]
|
/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/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() 225 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/interfaces/prebuilt_hashes/ |
D | dump_hals_for_release.py | 110 interfaces_for_level[api_level].update(filter_out(get_interfaces(filename))) 118 … interfaces_for_level[Constants.CURRENT].update(filter_out(get_interfaces_from_package_root(*tup))) 129 seen_interfaces.update(interfaces)
|
/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/google/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/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 | 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/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/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/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/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/health/1.0/default/ |
D | Health.h | 43 Return<void> update(const HealthInfo& info, update_cb _hidl_cb) override;
|
/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/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
|
/hardware/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 53 memory->update(); in fillMemory()
|
/hardware/interfaces/health/2.0/default/ |
D | healthd_common_adapter.cpp | 47 void ScheduleBatteryUpdate() override { Health::getImplementation()->update(); } in ScheduleBatteryUpdate()
|
/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
|