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

Commit 5d8227b0 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4459973 from 5f05509d to pi-release

Change-Id: I555bf3a0fb5847b31305ca0ea06f795bdd7ce948
parents 167599b9 5f05509d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
egranata@google.com
pavelm@google.com
spaik@google.com
+8 −0
Original line number Diff line number Diff line
@@ -225,6 +225,14 @@ const ConfigDeclaration kVehicleProperties[]{
         },
     .initialValue = {.int32Values = {0}}},

    {.config =
         {
             .prop = toInt(VehicleProperty::HW_KEY_INPUT),
             .access = VehiclePropertyAccess::READ,
             .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
         },
     .initialValue = {.int32Values = {0, 0, 0}}},

    {.config =
         {
             .prop = toInt(VehicleProperty::HVAC_POWER_ON),
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ keunyoung@google.com
twasilczyk@google.com

# VTS team
ryanjcampbell@google.com
yuexima@google.com
yim@google.com
+5 −3
Original line number Diff line number Diff line
@@ -28,8 +28,11 @@ interface ITuner extends @1.1::ITuner {
     * ones stated in VendorKeyValue documentation (a requirement of key
     * prefixes).
     *
     * Results vector may not contain a result for each parameter being set,
     * it can even be empty.
     * For each pair in the result vector, the key must be one of the keys
     * contained in the input (possibly with wildcards expanded), and the value
     * must be a vendor-specific result status (i.e. the string "OK" or an error
     * code). The implementation may choose to return an empty vector, or only
     * return a status for a subset of the provided inputs, at its discretion.
     *
     * Application and HAL must not use keys with unknown prefix. In particular,
     * it must not place a key-value pair in results vector for unknown key from
@@ -40,7 +43,6 @@ interface ITuner extends @1.1::ITuner {
     *
     * @param parameters Vendor-specific key-value pairs.
     * @return results Operation completion status for parameters being set.
     *                 Value format for result status is vendor-specific.
     */
    setParameters(vec<VendorKeyValue> parameters)
            generates (vec<VendorKeyValue> results);
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ egranata@google.com
twasilczyk@google.com

# VTS team
ryanjcampbell@google.com
yuexima@google.com
yim@google.com
Loading