Searched refs:readTemperature (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 41 MOCK_METHOD(bool, readTemperature,
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 93 virtual bool readTemperature( 144 bool readTemperature(
|
D | thermal-helper.cpp | 502 bool ThermalHelperImpl::readTemperature( in readTemperature() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl 913 if (readTemperature(name_info_pair.first, &temp, nullptr, false)) { in fillCurrentTemperatures() 1418 if (!readTemperature(name_status_pair.first, &temp, &throttling_status, force_no_cache)) { in thermalWatcherCallbackFunc()
|
D | Thermal.cpp | 741 thermal_helper_->readTemperature(name_info_pair.first, &temp_2_0, nullptr, true); in dumpThermalData()
|