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

Commit 1ce072d3 authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Capitalize specific terms and add periods to end of

first sentence in HAL docs

The terms that are capitalized have associated acronyms.

Bug: 264476063
Test: presubmit
Change-Id: I595bdae60ec86516c95e31467b20062c8e33ebaa
parent f932f292
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -3628,7 +3628,7 @@ enum VehicleProperty {
     **********************************************************************************************/

    /**
     * Enable or disable automatic emergency braking (AEB).
     * Enable or disable Automatic Emergency Braking (AEB).
     *
     * Set true to enable AEB and false to disable AEB. When AEB is enabled, the ADAS system in the
     * vehicle should be turned on and monitoring to avoid potential collisions.
@@ -3670,7 +3670,7 @@ enum VehicleProperty {
            0x1001 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /**
     * Enable or disable forward collision warning (FCW).
     * Enable or disable Forward Collision Warning (FCW).
     *
     * Set true to enable FCW and false to disable FCW. When FCW is enabled, the ADAS system in the
     * vehicle should be turned on and monitoring for potential collisions.
@@ -3709,7 +3709,7 @@ enum VehicleProperty {
            0x1003 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /**
     * Enable and disable blind spot warning (BSW).
     * Enable and disable Blind Spot Warning (BSW).
     *
     * Set true to enable BSW and false to disable BSW. When BSW is enabled, the ADAS system in the
     * vehicle should be turned on and monitoring for objects in the vehicle’s blind spots.
@@ -3748,7 +3748,7 @@ enum VehicleProperty {
            0x1005 + VehiclePropertyGroup.SYSTEM + VehicleArea.MIRROR + VehiclePropertyType.INT32,

    /**
     * Enable or disable lane departure warning (LDW).
     * Enable or disable Lane Departure Warning (LDW).
     *
     * Set true to enable LDW and false to disable LDW. When LDW is enabled, the ADAS system in the
     * vehicle should be turned on and monitoring if the vehicle is approaching or crossing lane
@@ -3835,7 +3835,7 @@ enum VehicleProperty {
            0x1009 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /**
     * Enable or disable lane centering assist (LCA).
     * Enable or disable Lane Centering Assist (LCA).
     *
     * Set true to enable LCA and false to disable LCA. When LCA is enabled, the ADAS system in the
     * vehicle should be turned on and waiting for an activation signal from the driver. Once the
@@ -3907,7 +3907,7 @@ enum VehicleProperty {
            0x100C + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /*
     * Enable or disable emergency lane keep assist (ELKA).
     * Enable or disable Emergency Lane Keep Assist (ELKA).
     *
     * Set true to enable ELKA and false to disable ELKA. When ELKA is enabled, the ADAS system in
     * the vehicle should be on and monitoring for unsafe lane changes by the driver. When an unsafe
@@ -4095,7 +4095,7 @@ enum VehicleProperty {
            0x1015 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /**
     * Enable or disable hands on detection (HOD).
     * Enable or disable Hands On Detection (HOD).
     *
     * Set true to enable HOD and false to disable HOD. When HOD is enabled, a system inside the
     * vehicle should be monitoring the presence of the driver's hands on the steering wheel and
@@ -4115,7 +4115,7 @@ enum VehicleProperty {
            0x1016 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.BOOLEAN,

    /**
     * Hands on detection (HOD) driver state.
     * Hands On Detection (HOD) driver state.
     *
     * Returns whether the driver's hands are on the steering wheel. Generally, this property should
     * return a valid state defined in the HandsOnDetectionDriverState or ErrorState. For example,
@@ -4139,7 +4139,7 @@ enum VehicleProperty {
            0x1017 + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,

    /**
     * Hands on detection (HOD) warning.
     * Hands On Detection (HOD) warning.
     *
     * Returns whether a warning is being sent to the driver for having their hands off the wheel
     * for too long a duration.