Home
last modified time | relevance | path

Searched refs:TripPoint (Results 1 – 3 of 3) 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
102 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
/external/devlib/devlib/module/
Dthermal.py19 class TripPoint(object): class
57 self.trip_points[int(_id)] = TripPoint(self, _id)