Searched refs:PER_DISPLAY_BRIGHTNESS (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PowerHalServiceUnitTest.java | 34 import static android.hardware.automotive.vehicle.VehicleProperty.PER_DISPLAY_BRIGHTNESS; 150 PER_DISPLAY_BRIGHTNESS, in initPowerHal() 169 verify(mHal).subscribeProperty(any(), eq(PER_DISPLAY_BRIGHTNESS)); in testInit() 188 verify(mHal).unsubscribePropertySafe(any(), eq(PER_DISPLAY_BRIGHTNESS)); in testReleaseUnsubscribe() 307 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_BRIGHTNESS) in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 320 HalPropValue value = mPropValueBuilder.build(PER_DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_perDisplayMaxNotSupported() 332 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_BRIGHTNESS) in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() 348 HalPropValue value = mPropValueBuilder.build(PER_DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_non100MaxBrightness_perDisplayMaxNotSupported() 362 AidlVehiclePropConfigBuilder.newBuilder(PER_DISPLAY_BRIGHTNESS) in testPerDisplayBrightnessChange_perDisplayMaxSupported() 385 HalPropValue value = mPropValueBuilder.build(PER_DISPLAY_BRIGHTNESS, /* areaId= */ 0, in testPerDisplayBrightnessChange_perDisplayMaxSupported() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PowerHalService.java | 22 import static android.hardware.automotive.vehicle.VehicleProperty.PER_DISPLAY_BRIGHTNESS; 81 propertyInfo.put(PER_DISPLAY_BRIGHTNESS, new PropertyInfo(/*needSubscription=*/ true)); in getSupportedProperties() 497 .build(PER_DISPLAY_BRIGHTNESS, /* areaId= */ 0, in sendDisplayBrightness() 696 HalPropConfig brightnessProperty = mProperties.get(PER_DISPLAY_BRIGHTNESS); in init() 848 case PER_DISPLAY_BRIGHTNESS: in dispatchEvents()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 2277 public static final int PER_DISPLAY_BRIGHTNESS = 289475076; field in VehiclePropertyIds
|
/packages/services/Car/car-lib/api/ |
D | lint-baseline.txt | 216 Todo: android.car.VehiclePropertyIds#PER_DISPLAY_BRIGHTNESS: 910 UnflaggedApi: android.car.VehiclePropertyIds#PER_DISPLAY_BRIGHTNESS: 911 …w API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.PER_DISPLAY_BRIGHTNESS
|
D | current.txt | 428 …sion("android.car.permission.CAR_POWER") public static final int PER_DISPLAY_BRIGHTNESS = 28947507…
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 428 …sion("android.car.permission.CAR_POWER") public static final int PER_DISPLAY_BRIGHTNESS = 28947507…
|