diff options
| author | 2023-09-16 01:29:02 +0000 | |
|---|---|---|
| committer | 2023-09-16 01:29:02 +0000 | |
| commit | cbb641a9adf4fd650c11a33c7e78f10e751fe8bb (patch) | |
| tree | 70d4eb94301715fd1d4285370aadd452a2c71214 | |
| parent | beae769d9427c502b6bb8d2dc2f9fd3c933b6c79 (diff) | |
| parent | 9039cb87793e315bba40c42290b0b30e946e4cc6 (diff) | |
Merge "Fix formatting." into main am: 92db70b618 am: 9039cb8779
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2752733
Change-Id: I5f4fbd7199d0ef819bd4070c2f2d9d741a63eb60
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | include/android/thermal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/android/thermal.h b/include/android/thermal.h index 32580badc0..1f477f8233 100644 --- a/include/android/thermal.h +++ b/include/android/thermal.h @@ -188,13 +188,13 @@ int AThermal_unregisterThermalStatusListener(AThermalManager *manager, * Note that this only attempts to track the headroom of slow-moving sensors, such as * the skin temperature sensor. This means that there is no benefit to calling this function * more frequently than about once per second, and attempted to call significantly - * more frequently may result in the function returning {@code NaN}. + * more frequently may result in the function returning `NaN`. * * In addition, in order to be able to provide an accurate forecast, the system does * not attempt to forecast until it has multiple temperature samples from which to * extrapolate. This should only take a few seconds from the time of the first call, * but during this time, no forecasting will occur, and the current headroom will be - * returned regardless of the value of {@code forecastSeconds}. + * returned regardless of the value of `forecastSeconds`. * * The value returned is a non-negative float that represents how much of the thermal envelope * is in use (or is forecasted to be in use). A value of 1.0 indicates that the device is |