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.h216 float vr_threshold; member
Dthermal_info.cpp1282 float vr_threshold = NAN; in ParseSensorInfo() local
1284 vr_threshold = getFloatFromValue(sensors[i]["VrThreshold"]); in ParseSensorInfo()
1285 LOG(INFO) << "Sensor[" << name << "]'s VrThreshold: " << vr_threshold; in ParseSensorInfo()
1374 .vr_threshold = vr_threshold, in ParseSensorInfo()
/hardware/google/pixel/thermal/
DThermal.cpp762 dump_buf << "] vrThrottlingThreshold: " << name_info_pair.second.vr_threshold; in dumpThermalData()