Home
last modified time | relevance | path

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

/hardware/libhardware/include_vendor/hardware/
Dthermal.h71 float current_value; member
108 float current_value; member
/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp93 int *current_value, Update flag) { in updateIfFound() argument
103 if (*current_value < reading) { in updateIfFound()
104 *current_value = reading; in updateIfFound()
107 if (*current_value > reading) { in updateIfFound()
108 *current_value = reading; in updateIfFound()
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp88 temperatures[i].currentValue = finalizeTemperature(list[i].current_value); in getTemperatures()
170 coolingDevices[i].currentValue = list[i].current_value; in getCoolingDevices()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBrownoutDetectedReporter.h125 bool updateIfFound(std::string line, std::regex pattern, int *current_value, Update flag);
/hardware/libhardware/modules/thermal/
Dthermal.c72 .current_value = temp, in get_temperatures()
/hardware/qcom/sm8150/thermal/
Dthermal_common.c344 .current_value = temp * mult, in read_temperature()