Searched refs:readThermalSensor (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 219 bool readThermalSensor(std::string_view sensor_name, float *temp, const bool force_sysfs,
|
D | thermal-helper.cpp | 511 if (!readThermalSensor(sensor_name, &temp, force_no_cache, &sensor_log_map)) { in readTemperature() 972 if (!readThermalSensor(sensor_data.data(), reading_value, force_no_cache, in readDataByType() 1185 bool ThermalHelperImpl::readThermalSensor(std::string_view sensor_name, float *temp, in readThermalSensor() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
|