Searched refs:fillCurrentTemperatures (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 31 MOCK_METHOD(bool, fillCurrentTemperatures,
|
D | thermal_looper_test.cpp | 64 ON_CALL(*helper, fillCurrentTemperatures) in TEST_F()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 81 virtual bool fillCurrentTemperatures(bool filterType, bool filterCallback, TemperatureType type, 124 bool fillCurrentTemperatures(bool filterType, bool filterCallback, TemperatureType type,
|
D | Thermal.cpp | 77 if (!thermal_helper_->fillCurrentTemperatures(filterType, false, type, _aidl_return)) { in getFilteredTemperatures() 192 if (thermal_helper_->fillCurrentTemperatures(filterType, true, type, &temperatures)) { in registerThermalChangedCallback()
|
D | thermal-helper.cpp | 898 bool ThermalHelperImpl::fillCurrentTemperatures(bool filterType, bool filterCallback, in fillCurrentTemperatures() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
|