Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp63 int getIntFromValue(const Json::Value &value) { in getIntFromValue() function
87 ret[i] = getIntFromValue(values[i]); in getIntFromJsonValues()
380 polling_delay = std::chrono::milliseconds(getIntFromValue(sensors[i]["PollingDelay"])); in ParseSensorInfo()
388 passive_delay = std::chrono::milliseconds(getIntFromValue(sensors[i]["PassiveDelay"])); in ParseSensorInfo()
886 std::chrono::milliseconds(getIntFromValue(power_rails[i]["PowerSampleDelay"])); in ParsePowerRailInfo()