Home
last modified time | relevance | path

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

/external/skia/tools/
DThermalManager.cpp56 fTripPoints.push_back(TripPoint(fullPath, filename, threshold)); in ThermalManager()
89 ThermalManager::TripPoint::TripPoint(SkString thermalZoneRoot, SkString pointName, in TripPoint() function in ThermalManager::TripPoint
106 bool ThermalManager::TripPoint::willTrip() { in willTrip()
DThermalManager.h40 struct TripPoint { struct
41 TripPoint(SkString thermalZoneRoot, SkString pointName, int32_t threshold);
56 SkTArray<TripPoint> fTripPoints; argument