Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h173 float vr_threshold; member
Dthermal_info.cpp849 float vr_threshold = NAN; in ParseSensorInfo() local
851 vr_threshold = getFloatFromValue(sensors[i]["VrThreshold"]); in ParseSensorInfo()
852 LOG(INFO) << "Sensor[" << name << "]'s VrThreshold: " << vr_threshold; in ParseSensorInfo()
923 .vr_threshold = vr_threshold, in ParseSensorInfo()
/hardware/google/pixel/thermal/
DThermal.cpp686 dump_buf << "] vrThrottlingThreshold: " << name_info_pair.second.vr_threshold; in dumpThermalData()