Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1167 float sampleCovariance = 0.0f; in getSlopeOf() local
1173 sampleCovariance += timeDelta * temperatureDelta; in getSlopeOf()
1176 return sampleCovariance / sampleVariance; in getSlopeOf()