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.java149 final BrightnessThrottler throttler = createThrottlerUnsupported(); in testThermalThrottlingUnsupported() local
167 final BrightnessThrottler throttler = createThrottlerSupported(data); in testThermalThrottlingSingleLevel() local
225 final BrightnessThrottler throttler = createThrottlerSupported(data); in testThermalThrottlingMultiLevel() local
304 final BrightnessThrottler throttler = createThrottlerSupported(data); in testUpdateThermalThrottlingData() local
331 final BrightnessThrottler throttler = createThrottlerSupported(data); in testInvalidThrottlingStrings() local
376 private void testThermalThrottling(BrightnessThrottler throttler, in testThermalThrottling()
412 final BrightnessThrottler throttler = createThrottlerSupported(data); in testMultipleConfigPoints() local
/frameworks/base/services/core/java/com/android/server/display/whitebalance/
DDisplayWhiteBalanceController.java171 @NonNull DisplayWhiteBalanceThrottler throttler, in DisplayWhiteBalanceController()
543 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()