Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h41 MOCK_METHOD(bool, readTemperature,
/hardware/google/pixel/thermal/
Dthermal-helper.h93 virtual bool readTemperature(
144 bool readTemperature(
Dthermal-helper.cpp502 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()
DThermal.cpp741 thermal_helper_->readTemperature(name_info_pair.first, &temp_2_0, nullptr, true); in dumpThermalData()