Home
last modified time | relevance | path

Searched refs:fillTemperatureThresholds (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h33 MOCK_METHOD(bool, fillTemperatureThresholds,
/hardware/google/pixel/thermal/
Dthermal-helper.h83 virtual bool fillTemperatureThresholds(bool filterType, TemperatureType type,
126 bool fillTemperatureThresholds(bool filterType, TemperatureType type,
DThermal.cpp121 if (!thermal_helper_->fillTemperatureThresholds(filterType, type, _aidl_return)) { in getFilteredTemperatureThresholds()
Dthermal-helper.cpp924 bool ThermalHelperImpl::fillTemperatureThresholds( in fillTemperatureThresholds() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl