Home
last modified time | relevance | path

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

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