Home
last modified time | relevance | path

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

/external/skia/tools/
DThermalManager.cpp103 int32_t currentTemp = GetTemp(fThermalZoneRoot); in willTrip() local
104 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint; in willTrip()
108 fPointName.c_str(), fBase, currentTemp, fPoint, fThreshold); in willTrip()