Home
last modified time | relevance | path

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

/external/skia/tools/
DThermalManager.cpp56 fTripPoints.push_back(TripPoint(fullPath, filename, threshold)); in ThermalManager()
63 while (i < (uint32_t)fTripPoints.count() && totalTimeSleptMs < fTimeoutMs) { in coolOffIfNecessary()
64 if (fTripPoints[i].willTrip()) { in coolOffIfNecessary()
DThermalManager.h56 SkTArray<TripPoint> fTripPoints; variable