Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2222c01e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11865526 from 5ddb4185 to 24Q3-release

Change-Id: Ieaecc914b016c258d1017c91dc232511fe7ca705
parents 8118fae5 5ddb4185
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -55,5 +55,10 @@
    {
      "name": "VehicleHalProtoMessageConverterTest"
    }
  ],
  "postsubmit": [
    {
      "name": "VehicleHalProtoMessageConverterTest"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -60,5 +60,5 @@ aidl_interface {
        },

    ],

    host_supported: true,
}
+2 −2
Original line number Diff line number Diff line
@@ -516,12 +516,12 @@
            {
                "name": "DISPLAY_BRIGHTNESS",
                "value": 289409539,
                "description": "Property to represent brightness of the display.\nSome cars have single control for the brightness of all displays and this property is to share change in that control. In cars which have displays whose brightness is controlled separately, they must use PER_DISPLAY_BRIGHTNESS.\nOnly one of DISPLAY_BRIGHTNESS and PER_DISPLAY_BRIGHTNESS should be implemented. If both are available, PER_DISPLAY_BRIGHTNESS is used by AAOS.\nIf this is writable, android side can set this value when user changes display brightness from Settings. If this is read only, user may still change display brightness from Settings, but that must not be reflected to other displays."
                "description": "Property to represent brightness of the display.\nSome cars have single control for the brightness of all displays and this property is to share change in that control. In cars which have displays whose brightness is controlled separately, they must use PER_DISPLAY_BRIGHTNESS.\nOnly one of DISPLAY_BRIGHTNESS and PER_DISPLAY_BRIGHTNESS should be implemented. If both are available, PER_DISPLAY_BRIGHTNESS is used by AAOS.\nIf this is writable, android side can set this value when user changes display brightness from Settings. If this is read only, user may still change display brightness from Settings, but that must not be reflected to other displays.\nIf this is writable, writing this property must cause an on property change event even if the new display brightness is the same as the current value."
            },
            {
                "name": "PER_DISPLAY_BRIGHTNESS",
                "value": 289475076,
                "description": "Property to represent brightness of the displays which are controlled separately.\nSome cars have one or more displays whose brightness is controlled separately and this property is to inform the brightness of each passenger display. In cars where all displays' brightness is controlled together, they must use DISPLAY_BRIGHTNESS.\nOnly one of DISPLAY_BRIGHTNESS and PER_DISPLAY_BRIGHTNESS should be implemented. If both are available, PER_DISPLAY_BRIGHTNESS is used by AAOS.\nThe display port uniquely identifies a physical connector on the device for display output, ranging from 0 to 255.\nint32Values[0] : display port int32Values[1] : brightness"
                "description": "Property to represent brightness of the displays which are controlled separately.\nSome cars have one or more displays whose brightness is controlled separately and this property is to inform the brightness of each passenger display. In cars where all displays' brightness is controlled together, they must use DISPLAY_BRIGHTNESS.\nOnly one of DISPLAY_BRIGHTNESS and PER_DISPLAY_BRIGHTNESS should be implemented. If both are available, PER_DISPLAY_BRIGHTNESS is used by AAOS.\nThe display port uniquely identifies a physical connector on the device for display output, ranging from 0 to 255.\nWriting this property must cause an on property change event that contains the same [display port, brightness] tuple even if the new display brightness is the same as the current value.\nTo get the display brightness for a specific display port, the GetValueRequest must contain a VehiclePropValue, which contains one int32Value: displayPort. Getting this property without specifying the the display port is undefined behavior.\nint32Values[0] : display port int32Values[1] : brightness"
            },
            {
                "name": "Valet mode enabled",
+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}

cc_library_headers {
@@ -32,4 +33,5 @@ cc_library_headers {
    local_include_dirs: ["."],
    export_include_dirs: ["."],
    defaults: ["VehicleHalInterfaceDefaults"],
    host_supported: true,
}
Loading