Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.cpp369 float vr_threshold = NAN; in ParseSensorInfo() local
370 vr_threshold = getFloatFromValue(sensors[i]["VrThreshold"]); in ParseSensorInfo()
371 LOG(INFO) << "Sensor[" << name << "]'s VrThreshold: " << vr_threshold; in ParseSensorInfo()
665 .vr_threshold = vr_threshold, in ParseSensorInfo()
H A Dconfig_parser.h106 float vr_threshold; member
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp478 out->vrThrottlingThreshold = sensor_info.vr_threshold; in readTemperature()
555 out->vrThrottlingThreshold = sensor_info.vr_threshold; in readTemperatureThreshold()