Home
last modified time | relevance | path

Searched refs:current_value (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dthermal.h71 float current_value; member
108 float current_value; member
/aosp12/hardware/interfaces/thermal/1.0/default/
H A DThermal.cpp88 temperatures[i].currentValue = finalizeTemperature(list[i].current_value); in getTemperatures()
170 coolingDevices[i].currentValue = list[i].current_value; in getCoolingDevices()
/aosp12/hardware/libhardware/modules/thermal/
H A Dthermal.c72 .current_value = temp, in get_temperatures()
/aosp12/bionic/tests/
H A Dtime_test.cpp571 int current_value = value; in ValueUpdated() local
573 while (current_value == value && (time(nullptr) - start) < 5) { in ValueUpdated()
575 return current_value != value; in ValueUpdated()
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal_common.c344 .current_value = temp * mult, in read_temperature()
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal_common.c344 .current_value = temp * mult, in read_temperature()
/aosp12/art/runtime/mirror/
H A Dvar_handle.cc476 T current_value = atom->load(std::memory_order_relaxed); in Access() local
479 sum = BSWAP(current_value) + value_; in Access()
482 } while (!atom->compare_exchange_weak(current_value, in Access()
486 StoreResult(BSWAP(current_value), result_); in Access()