Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPowerHalServiceUnitTest.java91 private static final int PER_DISPLAY_MAX_BRIGHTNESS = 0x11410F4E; field in PowerHalServiceUnitTest
151 PER_DISPLAY_MAX_BRIGHTNESS, in initPowerHal()
365 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_MAX_BRIGHTNESS) in testPerDisplayBrightnessChange_perDisplayMaxSupported()
373 when(mHal.get(PER_DISPLAY_MAX_BRIGHTNESS)).thenReturn(mPropValueBuilder.build( in testPerDisplayBrightnessChange_perDisplayMaxSupported()
374 PER_DISPLAY_MAX_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_perDisplayMaxSupported()
402 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_MAX_BRIGHTNESS) in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()
410 when(mHal.get(PER_DISPLAY_MAX_BRIGHTNESS)).thenReturn(mPropValueBuilder.build( in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()
411 PER_DISPLAY_MAX_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplaySupported()
/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java71 private static final int PER_DISPLAY_MAX_BRIGHTNESS = 0x11410F4E; field in PowerHalService
84 propertyInfo.put(PER_DISPLAY_MAX_BRIGHTNESS, new PropertyInfo(/*needSubscription=*/ false)); in getSupportedProperties()
721 || !mProperties.contains(PER_DISPLAY_MAX_BRIGHTNESS)) { in getMaxPerDisplayBrightnessFromVhalLocked()
726 HalPropValue value = mHal.get(PER_DISPLAY_MAX_BRIGHTNESS); in getMaxPerDisplayBrightnessFromVhalLocked()