Home
last modified time | relevance | path

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

/external/skia/tools/
DThermalManager.cpp98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off in TripPoint()
100 if (!fDisabled) { in TripPoint()
108 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint; in willTrip()
DThermalManager.h53 bool fDisabled; member