Home
last modified time | relevance | path

Searched refs:fillCurrentTemperatures (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h31 MOCK_METHOD(bool, fillCurrentTemperatures,
Dthermal_looper_test.cpp64 ON_CALL(*helper, fillCurrentTemperatures) in TEST_F()
/hardware/google/pixel/thermal/
Dthermal-helper.h81 virtual bool fillCurrentTemperatures(bool filterType, bool filterCallback, TemperatureType type,
124 bool fillCurrentTemperatures(bool filterType, bool filterCallback, TemperatureType type,
DThermal.cpp77 if (!thermal_helper_->fillCurrentTemperatures(filterType, false, type, _aidl_return)) { in getFilteredTemperatures()
192 if (thermal_helper_->fillCurrentTemperatures(filterType, true, type, &temperatures)) { in registerThermalChangedCallback()
Dthermal-helper.cpp898 bool ThermalHelperImpl::fillCurrentTemperatures(bool filterType, bool filterCallback, in fillCurrentTemperatures() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl