History log of /hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8acfc2246ad4a0d5e76d47c029ee37900f9cc97f 28-Mar-2018 Enrico Granata <egranata@google.com> Teach VehiclePropertyStore to not propagate the status value when a set() operation comes from Android

The status field of a property represents properties of the underlying implementation and it should thus
be read-only to Android. Add a way for VehiclePropertyStore to be told whether it does (or does not) need to
propagate the field to the stored property value.

Test: build
Bug: 76034442
Change-Id: I333fab7e296f425cf5c4a35ae136ccfbaa542379
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
0dd64f7b78f469e3511ddf47c671325f64f78176 16-Mar-2018 Enrico Granata <egranata@google.com> When writing a VehiclePropValue to the store, update its status

Bug: 74805437
Test: manual
Change-Id: I0269ae3b2584af3959d3fd3beaf06e3c4272f793
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
3eb7df74b8eae5c902039d1b76402350715a0944 06-Apr-2017 Steven Moreland <smoreland@google.com> Fix transitive includes.

Files relying on transitive include of utils/Log.h (and things that it
includes) from MQDescriptor.h

Test: pass
Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp
33676528f85f29906b5875cfc5d28b4639402afd 31-Mar-2017 Pavel Maltsev <pavelm@google.com> Extract logic of storing values to separate class

Also rename DefaultVehicleHal to EmulatedVehicleHal and
extract emulator related code to VehicleEmulator class

Test: mm -j32 ; verified Car Service worked

Change-Id: I34361fdec6f94629cf7ef6c35ff56ef9ce78b855
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp