Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h47 MOCK_METHOD(bool, readCoolingDevice, (std::string_view, CoolingDevice *), (const, override));
/hardware/google/pixel/thermal/
Dthermal-helper.h99 virtual bool readCoolingDevice(std::string_view cooling_device, CoolingDevice *out) const = 0;
152 bool readCoolingDevice(std::string_view cooling_device, CoolingDevice *out) const override;
Dthermal-helper.cpp482 bool ThermalHelperImpl::readCoolingDevice(std::string_view cooling_device, in readCoolingDevice() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
956 if (readCoolingDevice(name_info_pair.first, &value)) { in fillCurrentCoolingDevices()