Home
last modified time | relevance | path

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

/external/skia/tools/
DThermalManager.cpp108 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint; in willTrip() local
110 if (wouldTrip) { in willTrip()
114 return wouldTrip; in willTrip()