History log of /hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehicleObjectPool.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
54f2ac6994ffe6a12f54aa1404150af0640c1a60 26-Jan-2018 Steve Paik <spaik@google.com> Fix missing copies of status member variable

Bug: 72348165
Test: Status appears in Embedded Kitchen Sink
Change-Id: Ia6a672fa44f0c1d5a7fe04234897d73b3f45e939
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehicleObjectPool.cpp
1ae977d6e87a88e1689d406636982e8296d68175 23-Jan-2018 Steve Paik <spaik@google.com> Refactor VHAL

This CL contains the following modifications:
- Add INT64_VEC type
- Rename VehiclePropertyType:COMPLEX to MIXED
- Remove supportedAreas from VehiclePropConfig
- Allow an areaId to contain multiple zones/seats/windows
- Remove ROW_* zones
- Remove zone/areaId from subscribe() interface
- CLANG formatting

Bug: 72348165
Test: Compiles
Change-Id: I274dc69b6532a06433a0409c7ca44d0a5bce65af
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehicleObjectPool.cpp
c5344ac04c430486633521098fdb63887546a32a 08-Feb-2017 Pavel Maltsev <pavelm@google.com> Initial submit of Vehicle HAL 2.1

Major changes / decisions:

- created empty IVehicle@2.1 interface to distinguish HAL impls
from client's (Car Service) perspective;
- created default 2.1 implementation that currently delegates all
calls to existing 2.0 implementation
- had to refactor a little bit 2.0 thus components could be esily
imported in 2.1

TOOD:
- move OBD and VMS code to 2.1
- decouple "DefaultVehicleHal.cpp"
- rename "DefaultVehicleHal" to Emulator (let's call things by their names)

b/34716856

Test: todo

Change-Id: Ib23650ca1277f0dfb24e5c789d65a19dce8b1abc
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehicleObjectPool.cpp