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

Commit 03dddfe4 authored by Pavel Maltsev's avatar Pavel Maltsev
Browse files

Resolve TODOs in Vehicle HAL interface

Fix: b/34109323

Test: comments changed
Change-Id: Ic00f43331fcaf4177e82fd33f05b095d45e7f8ad
parent 4cb9c739
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -99,9 +99,6 @@ interface IVehicle {
   * primitives used (such as mutex locks or semaphores) must be acquired
   * with a timeout.
   *
   * TODO(pavelm): we cannot use handle here due to Java compatibility, it's
   * better to pass file descriptor and write debug data directly in vehicle HAL
   * rather than passing back a string.
   */
  debugDump() generates (string s);
};
+1 −2
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ enum VehicleProperty: int32_t {
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:READ_WRITE
     * @data_enum TODO
     * @allow_out_of_range_value : OFF
     */
    HVAC_FAN_SPEED = (
@@ -346,7 +345,7 @@ enum VehicleProperty: int32_t {
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:READ_WRITE
     * @data_enum TODO
     * @data_enum VehicleHvacFanDirection
     * @allow_out_of_range_value : OFF
     */
    HVAC_FAN_DIRECTION = (