Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h119 bool fillCurrentCoolingDevices(bool filterType, CoolingType type,
H A DThermal.cpp162 if (!thermal_helper_.fillCurrentCoolingDevices(filterType, type, &cooling_devices)) { in getCurrentCoolingDevices()
627 if (!thermal_helper_.fillCurrentCoolingDevices(false, CoolingType::CPU, in debug()
H A Dthermal-helper.cpp1063 bool ThermalHelper::fillCurrentCoolingDevices(bool filterType, CoolingType type, in fillCurrentCoolingDevices() function in android::hardware::thermal::V2_0::implementation::ThermalHelper