History log of /hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ae7379baab4b2941ad1701190718cf53a051b48 12-Apr-2017 Mark Salyzyn <salyzyn@google.com> resolve merge conflicts of 7c451a93 to oc-dev-plus-aosp

Test: I solemnly swear I tested this conflict resolution.
Bug: 34250038
Change-Id: I4196a6d5a1365106643ac6c1548fd86faffead6f
d88dfe8607af019186a309674d9081a056ed3daa 11-Apr-2017 Mark Salyzyn <salyzyn@google.com> libhardware: deprecate cutils/log.h

Replace cutils/log.h with log/log.h. Sort headers. Minimize conflicts.
Add missing required headers.

Test: compile
Bug: 34250038
Change-Id: I5c0f231cbfed90b73e0538c9d32ad3226c7cc5e4
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
946b59f7e6f929d8fe292084105b6a3b7e1bf745 23-Nov-2016 Yunlian Jiang <yunlian@google.com> Merge "fix a memory leak." am: a24fcc412f am: da95482f52 am: e936ee515c
am: 22698fc181

Change-Id: I823d8c25c51e98b05cdb53349e34dc135ea4bde2
36010722e097519817b6517ec707e2481866ed83 18-Oct-2016 Glenn Kasten <gkasten@google.com> Remove executable bit from source file

Test: builds OK
Change-Id: Ib5a3926386bc827f75e354fa752e5d5983b37110
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
fe562510bcf9c7d424b2aceaa2f9f5f84fcdc8d6 09-Nov-2016 Yunlian Jiang <yunlian@google.com> fix a memory leak.

This fixes a memory leak of pointer 'ascii_out'

BUG: None
Test: The warning is gone.
Change-Id: If3caa4c38dc9df377f1c06abb1ed9c963c9b353d
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
b35ec7162d6d7ef24c13e3eca93aa87d870ea7c9 16-Mar-2016 Jamie Howarth <jhowart7@ford.com> Moved init and release.

Moved the init release calls in the vehicle-hal-tool.

I assume the correct sequence for a set is :-

VehicleNetworkService -> VehicleHAL vehicle_device_open
VehicleNetworkService -> VehicleHAL vehicle_device_init
VehicleNetworkService -> VehicleHAL vehicle_device_set
VehicleNetworkService -> VehicleHAL vehicle_device_release

bug: 27816048

Change-Id: I3ac37eaf69027824bc6247f25a99f27527c1a2b9
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
8b61aac596dc0baa3d9053fa0eed31551be944ea 11-Mar-2016 Jamie Howarth <jhowart7@ford.com> Add support for all data types to vehicle-hal-tool.

Added support for all data types to set, get, subscribe.

Change-Id: Ided5baa036eefc21d381607b19bd31522cfe95cb
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
ab68e37c35459a4b97b585759f159a139a8436d2 11-Mar-2016 Keun-young Park <keunyoung@google.com> vehicle hal update

- add release_memory_from_get to allow hal to release
memory it has allocated in get call
- clear get call's behavior: If data is not available, should
return immediately with VEHICLE_ERROR_NOT_READY error
- make zone separate in vehicle_prop_config_t and
vehicle_prop_value_t: Handing of zoned property becomes
simpler
- cleanup some data type definitions for zoned properties

bug: 27597338, 27596281
Change-Id: I7a8454b86555270fb2211e5d36b3ee06d350f8ed
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
a320c565146f839b88c6280e48b67d302e415d18 10-Mar-2016 Jamie Howarth <jhowart7@ford.com> Added event handling for INT_VEC2, INT_VEC3

Added support for event handling of VEHICLE_VALUE_TYPE_INT32_VEC2, and
VEHICLE_VALUE_TYPE_INT32_VEC3.

Bug: 27578597
Change-Id: Ic20da00f9adf634c77c4067a5243cbd2aae681e4
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
bf877a7e6673f43ded94ead0784c93c558e5aa2b 21-Dec-2015 Keun-young Park <keunyoung@google.com> vehicle hal update

- add zones to subscribe to allow selected subscription for
zoned properties
- extend config to uint32[4] to allow passing more informaiton
from configs
- change audio volume to be per context, not physical stream.
This maps better to android side's logical streams.
- renamed APP_CONTEXT to AUDIO_CONTEXT: It is useful only for
audio.
- add more audio contexts: safety alert, CD, aux audio

bug: 25183740, 26233321

Change-Id: I29de7b6c9d9a770cf87e7f50991c875d7ce9fdbe
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c
fb63668a8a4eab5a0ba32132405c7982629074a1 11-Aug-2015 Sanket Agarwal <sanketa@google.com> Add vehicle hal.

- vehicle hal is used for supporting car specific features.
- Each property can be written (=set), read (=get), or subscribed.
- Each property has configuration informaiton to tell what that property
is and how it can be accessed.
- also adding dummy hal implementation.

bug: 25183740

Change-Id: Ib1cc1c11540f156db73552f2a18a8efb361002af
/hardware/libhardware/tests/vehicle/vehicle-hal-tool.c