Searched refs:TripPoint (Results 1 – 3 of 3) sorted by relevance
56 fTripPoints.push_back(TripPoint(fullPath, filename, threshold)); in ThermalManager()89 ThermalManager::TripPoint::TripPoint(SkString thermalZoneRoot, SkString pointName, in TripPoint() function in ThermalManager::TripPoint102 bool ThermalManager::TripPoint::willTrip() { in willTrip()
40 struct TripPoint { struct41 TripPoint(SkString thermalZoneRoot, SkString pointName, int32_t threshold);56 SkTArray<TripPoint> fTripPoints; argument
19 class TripPoint(object): class57 self.trip_points[int(_id)] = TripPoint(self, _id)