Searched refs:readDataByType (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 216 bool readDataByType(std::string_view sensor_data, float *reading_value,
|
D | thermal-helper.cpp | 967 bool ThermalHelperImpl::readDataByType(std::string_view sensor_data, float *reading_value, in readDataByType() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl 1053 if (!readDataByType(backup_sensor, &backup_sensor_vt, SensorFusionType::SENSOR, in runVirtualTempEstimator() 1237 if (!readDataByType(sensor_info.virtual_sensor_info->linked_sensors[i], in readThermalSensor() 1264 if (!readDataByType(sensor_info.virtual_sensor_info->coefficients[i], &coefficient, in readThermalSensor()
|