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

Commit 9e91d2b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Polish the comments of Cluster VHAL." into sc-dev am: 0a9323ca

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13764878

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie8b31e348d85073a3f3f97941c9a8c30063a3eb6
parents b5adb3cf 0a9323ca
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -3060,7 +3060,7 @@ enum VehicleProperty : int32_t {
    /**
     * Starts the ClusterUI in cluster display.
     *
     * int32[0]: the type of ClusterUI to show
     * int32: the type of ClusterUI to show
     *    0 indicates ClusterHome, that is a home screen of cluster display, and provides
     *        the default UI and a kind of launcher functionality for cluster display.
     *    the other values are followed by OEM's definition.
@@ -3080,12 +3080,12 @@ enum VehicleProperty : int32_t {
     * int32[0]: on/off: 0 - off, 1 - on, -1 - don't care
     * int32[1]: width: positive number - actual width in pixels
                        -1 - don't care (should set "don't care" both width and height)
     * int32[2]: height: ditto with width
     * int32[2]: height: same format with 'width'
     * int32[3]: Inset - left: positive number - actual left inset value in pixels
                               -1 - don't care (should set "don't care" all Inset fields)
     * int32[4]: Inset - top
     * int32[5]: Inset - right
     * int32[6]: Inset - bottom
     * int32[4]: Inset - top:    same format with 'left'
     * int32[5]: Inset - right:  same format with 'left'
     * int32[6]: Inset - bottom: same format with 'left'
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:READ
@@ -3120,9 +3120,9 @@ enum VehicleProperty : int32_t {
     *    -1 indicates the area isn't used any more.
     * bytes: the array to represent the availability of ClusterUI.
     *     0 indicates non-available and 1 indicates available.
     *     For example, let's assume a car supports 3 UI like HOME, MAPS, CALL and it only supports
     *     CALL UI only when the cellular network is available. Then, if the nework is avaibale,
     *     it'll send [1 1 1], and if it's out of network, it'll send [1 1 0].
     *     For example, let's assume a car supports 3 OEM defined ClusterUI like HOME, MAPS, CALL,
     *     and it only supports CALL UI only when the cellular network is available. Then, if the
     *     nework is avaibale, it'll send [1 1 1], and if it's out of network, it'll send [1 1 0].
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:WRITE
@@ -3140,7 +3140,7 @@ enum VehicleProperty : int32_t {
     * request to turn the display on to show some specific ClusterUI.
     * ClusterOS should response this with CLUSTER_DISPLAY_STATE.
     *
     * int32[0]: the type of ClusterUI to show
     * int32: the type of ClusterUI to show
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:WRITE