Searched refs:TripPoint (Results 1 – 2 of 2) 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::TripPoint106 bool ThermalManager::TripPoint::willTrip() { in willTrip()
40 struct TripPoint { struct41 TripPoint(SkString thermalZoneRoot, SkString pointName, int32_t threshold);56 SkTArray<TripPoint> fTripPoints; argument