History log of /packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79d5e12ad8708c1f7f7f1a60aaeb349ac7ed0f7b 24-Mar-2017 Pavel Maltsev <pavelm@google.com> Implement support of AUDIO_STREAM_STATE property

Fixing Audio tests

Fix: b/33235166
Fix: b/36524594

Test: runtest -x packages/services/Car/tests/carservice_test
Change-Id: I7d9dade59ce81342d859239f2e3e9a360008e7d3
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
cfe93105f637c2822da113308f113ed418d0b319 02-Feb-2017 Pavel Maltsev <pavelm@google.com> Move Vehicle HAL under automotive package

Test: all existing tests passing

Bug: b/33200203
Change-Id: Id1ff815ae2af9c48ce8612b4cfb5327de13a5a1f
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
1e5a88bcaea73af4a140616b4e9ed5fcfa60d990 16-Dec-2016 Pavel Maltsev <pavelm@google.com> Add support of ignition state to Car API

Bug: b/32312972, b/32761576

Test: tests provided
Change-Id: I8b9939ada7153d270cbdca14e054059dae5ce687
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
2a8c56d61fda68c06513ed0cdcbb64fff7e02304 14-Dec-2016 Pavel Maltsev <pavelm@google.com> Propagate VHAL errors to managers that support it

Fix: b/32068464

Test: functional tests provided
Change-Id: I7199ce61815a94671c1b155711cebca0897d2608
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
0d07c76bbc788fba8c77d8e932330ab22ec6ba27 04-Nov-2016 Pavel Maltsev <pavelm@google.com> Migrating Car service to new Vehicle HAL

- make car service work directly with Vehicle HAL
- getting rid of protobufs and dependencies on VNS
- get rid of CarTestManager / CarTestService and refactor
tests accordingly
- reworked ICarImpl to pass dependencies rather than
using singletons for better testing experience

Test: existing test should work, although some of the tests
(esp. audio) are broken and we will fix them in follow up CLs

Bug: b/31971746
Change-Id: I229969af332304ba3b1718f130cdf22038e86fad
Tests: tests adjusted to new data structures
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
634e1ff49c62c32c8227ec5092743de3caca790c 15-Jul-2016 Pavel Maltsev <pavelm@google.com> Implemented CarVendorExtensionManager

Also, some refactoring like omitting excessive
synchronization and reworked takeSupportedProperties from
being exception driven in PropertyHalServiceBase.
Change switch/case statement to SparseIntArray, it has
some maintanance and performance benefits.

Change-Id: Ie9e9239718d6fb50801a616b823a20567237ac95
Fix: b/28244032
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java
461ecc6c9bd22f782e8c64a6693bd8ec6d61593e 09-Jun-2016 Steve Paik <spaik@google.com> Add CarGenericManager and refactor HVAC to use it

Change-Id: I0af862f8da2259069a5be0d17efb1f82a208fa76
/packages/services/Car/service/src/com/android/car/hal/PropertyHalServiceBase.java