Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DSkinThermalStatusObserver.java70 SparseArray<SurfaceControl.RefreshRateRange> throttlingMap) { in findBestMatchingRefreshRateRange() argument
73 foundRange = throttlingMap.get(status); in findBestMatchingRefreshRateRange()
170 SparseArray<SurfaceControl.RefreshRateRange> throttlingMap = in updateThermalRefreshRateThrottling() local
174 mThermalThrottlingByDisplay.put(displayId, throttlingMap); in updateThermalRefreshRateThrottling()
179 "Thermal throttling updated: display=" + displayId + ", map=" + throttlingMap); in updateThermalRefreshRateThrottling()
222 SparseArray<SurfaceControl.RefreshRateRange> throttlingMap) { in reportThrottlingIfNeeded() argument
227 if (throttlingMap.size() == 0) { // map is not configured, using default behaviour in reportThrottlingIfNeeded()
233 throttlingMap); in reportThrottlingIfNeeded()