Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h87 bool fillCurrentCoolingDevices(bool filterType, CoolingType type,
DThermal.cpp163 if (!thermal_helper_.fillCurrentCoolingDevices(filterType, type, &cooling_devices)) { in getCurrentCoolingDevices()
337 if (!thermal_helper_.fillCurrentCoolingDevices(false, CoolingType::CPU, in debug()
Dthermal-helper.cpp542 bool ThermalHelper::fillCurrentCoolingDevices(bool filterType, CoolingType type, in fillCurrentCoolingDevices() function in android::hardware::thermal::V2_0::implementation::ThermalHelper