Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h250 bool ParseCoolingDevice(const Json::Value &config,
Dthermal_info.cpp1395 bool ParseCoolingDevice(const Json::Value &config, in ParseCoolingDevice() function
/hardware/google/pixel/thermal/
Dthermal-helper.cpp161 if (!ParseCoolingDevice(config, &cooling_device_info_map_)) { in ThermalHelperImpl()