platform_hardware_interfaces/automotive/vehicle/2.0
felipeal eb5c657bc7 Implemented SWITCH_USER in the emulated User HAL.
Examples:

$ adb shell lshal debug android.hardware.automotive.vehicle@2.0::IVehicle/default --user-hal
No InitialUserInfo response
No SwitchUser response

$ adb shell lshal debug android.hardware.automotive.vehicle@2.0::IVehicle/default --set 299896584 a 1 i 666 i 3 i 1 s "D\\'OH!"
Set property {.timestamp = 63698971001637, .areaId = 1, .prop = 299896584, .status = AVAILABLE, .value = {.int32Values = [3]{666, 3, 1}, .floatValues = [0]{}, .int64Values = [0]{}, .bytes = [0]{}, .stringValue = "D'OH!"}}

$ adb shell lshal debug android.hardware.automotive.vehicle@2.0::IVehicle/default --user-hal
No InitialUserInfo response
SwitchUser response: {.timestamp = 63698971001637, .areaId = 1, .prop = 299896584, .status = AVAILABLE, .value = {.int32Values = [3]{666, 3, 1}, .floatValues = [0]{}, .int64Values = [0]{}, .bytes = [0]{}, .stringValue = "D'OH!"}}

Test: see commands above
Bug: 150409110

Change-Id: Id5b92774fccebbc39ed8d3f553df3f5aa30fc656
2020-03-23 09:43:34 -07:00
..
default Implemented SWITCH_USER in the emulated User HAL. 2020-03-23 09:43:34 -07:00
Android.bp Update hidl makefiles for bpfmt 2019-04-17 09:38:50 -07:00
IVehicle.hal Removes deprecated audio property in vehicle hal 2018-01-18 21:01:24 +00:00
IVehicleCallback.hal Update VHAL types.hal 2018-04-02 22:45:20 -07:00
types.hal Merge "Add property for multiple ev port locations" 2020-02-21 20:52:03 +00:00