Loading automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleArea.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,5 +40,6 @@ enum VehicleArea { SEAT = 0x05000000, DOOR = 0x06000000, WHEEL = 0x07000000, VENDOR = 0x08000000, MASK = 0x0f000000, } automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleArea.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ enum VehicleArea { DOOR = 0x06000000, /** WHEEL maps to enum VehicleAreaWheel */ WHEEL = 0x07000000, /** * A property with the VENDOR vehicle area contains area IDs that are vendor defined. Each area * ID within this area type must be unique with no overlapping bits set. */ VENDOR = 0x08000000, MASK = 0x0f000000, } Loading
automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleArea.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,5 +40,6 @@ enum VehicleArea { SEAT = 0x05000000, DOOR = 0x06000000, WHEEL = 0x07000000, VENDOR = 0x08000000, MASK = 0x0f000000, }
automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleArea.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ enum VehicleArea { DOOR = 0x06000000, /** WHEEL maps to enum VehicleAreaWheel */ WHEEL = 0x07000000, /** * A property with the VENDOR vehicle area contains area IDs that are vendor defined. Each area * ID within this area type must be unique with no overlapping bits set. */ VENDOR = 0x08000000, MASK = 0x0f000000, }