Home
last modified time | relevance | path

Searched defs:throttler (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java151 final BrightnessThrottler throttler = createThrottlerUnsupported(); in testThermalThrottlingUnsupported() local
169 final BrightnessThrottler throttler = createThrottlerSupported(data); in testThermalThrottlingSingleLevel() local
227 final BrightnessThrottler throttler = createThrottlerSupported(data); in testThermalThrottlingMultiLevel() local
305 final BrightnessThrottler throttler = in testThermalThrottlingWithDisplaySensor() local
353 final BrightnessThrottler throttler = createThrottlerSupported(data); in testUpdateThermalThrottlingData() local
380 final BrightnessThrottler throttler = createThrottlerSupported(data); in testInvalidThrottlingStrings() local
425 private void testThermalThrottling(BrightnessThrottler throttler, in testThermalThrottling()
461 final BrightnessThrottler throttler = createThrottlerSupported(data); in testMultipleConfigPoints() local
/frameworks/base/services/core/java/com/android/server/display/whitebalance/
DDisplayWhiteBalanceController.java190 @NonNull DisplayWhiteBalanceThrottler throttler, in DisplayWhiteBalanceController()
635 DisplayWhiteBalanceThrottler throttler) { in validateArguments()
DDisplayWhiteBalanceFactory.java69 final DisplayWhiteBalanceThrottler throttler = createThrottler(resources); in create() local
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp130 const sp<Throttler>& throttler, in ReportHandler()