Home
last modified time | relevance | path

Searched refs:vr_threshold (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp204 float vr_threshold = NAN; in ParseSensorInfo() local
205 vr_threshold = getFloatFromValue(sensors[i]["VrThreshold"]); in ParseSensorInfo()
206 LOG(INFO) << "Sensor[" << name << "]'s VrThreshold: " << vr_threshold; in ParseSensorInfo()
226 .vr_threshold = vr_threshold, in ParseSensorInfo()
Dconfig_parser.h45 float vr_threshold; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp276 out->vrThrottlingThreshold = sensor_info.vr_threshold; in readTemperature()
345 out->vrThrottlingThreshold = sensor_info.vr_threshold; in readTemperatureThreshold()