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

Commit 82f254f4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12397640 from 86887a1c to 24Q4-release

Change-Id: Idea86a6ab2697adf1cfef062eea5d4cd86165758
parents 11d7246a 86887a1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@
            {
                "name": "AP_POWER_STATE_REQ",
                "value": 289475072,
                "description": "Property to control power state of application processor\nIt is assumed that AP's power state is controlled by a separate power controller.\nFor configuration information, VehiclePropConfig.configArray must have bit flag combining values in VehicleApPowerStateConfigFlag.\nint32Values[0] : VehicleApPowerStateReq enum value int32Values[1] : additional parameter relevant for each state, 0 if not used."
                "description": "Property to control power state of application processor\nIt is assumed that AP's power state is controlled by a separate power controller.\nFor configuration information, VehiclePropConfig.configArray must have bit flag combining values in VehicleApPowerStateConfigFlag.\nconfigArray[0] : Bit flag combining values in VehicleApPowerStateConfigFlag, 0x0 if not used, 0x1 for enabling suspend to ram, 0x2 for supporting powering on AP from off state after timeout. 0x4 for enabling suspend to disk,\nint32Values[0] : VehicleApPowerStateReq enum value int32Values[1] : additional parameter relevant for each state, 0 if not used."
            },
            {
                "name": "AP_POWER_STATE_REPORT",
+6 −0
Original line number Diff line number Diff line
@@ -1677,6 +1677,12 @@ enum VehicleProperty {
     * For configuration information, VehiclePropConfig.configArray must have bit flag combining
     * values in VehicleApPowerStateConfigFlag.
     *
     *   configArray[0] : Bit flag combining values in VehicleApPowerStateConfigFlag,
     *                    0x0 if not used,
     *                    0x1 for enabling suspend to ram,
     *                    0x2 for supporting powering on AP from off state after timeout.
     *                    0x4 for enabling suspend to disk,
     *
     *   int32Values[0] : VehicleApPowerStateReq enum value
     *   int32Values[1] : additional parameter relevant for each state,
     *                    0 if not used.
+1 −1
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@
    </hal>
    <hal format="aidl">
        <name>android.hardware.wifi.supplicant</name>
        <version>2-3</version>
        <version>3-4</version>
        <interface>
            <name>ISupplicant</name>
            <instance>default</instance>
+1 −1
Original line number Diff line number Diff line
@@ -71,5 +71,5 @@ aidl_interface {
        },

    ],
    frozen: true,
    frozen: false,
}
+1 −0
Original line number Diff line number Diff line
@@ -41,4 +41,5 @@ enum WpaDriverCapabilitiesMask {
  TRUST_ON_FIRST_USE = (1 << 4) /* 16 */,
  SET_TLS_MINIMUM_VERSION = (1 << 5) /* 32 */,
  TLS_V1_3 = (1 << 6) /* 64 */,
  RSN_OVERRIDING = (1 << 7) /* 128 */,
}
Loading