Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h104 bool readCoolingDevice(std::string_view cooling_device, CoolingDevice_2_0 *out) const;
Dthermal-helper.cpp231 bool ThermalHelper::readCoolingDevice(std::string_view cooling_device, in readCoolingDevice() function in android::hardware::thermal::V2_0::implementation::ThermalHelper
550 if (readCoolingDevice(name_info_pair.first, &value)) { in fillCurrentCoolingDevices()