Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h106 float vr_threshold; member
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()