Merge "Rename Unix_time property to EPOCH_TIME" into sc-dev am: afc115199a am: 461dd8c42e

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14555283

Change-Id: Ib046b45a1a5a993cc1b3146e33b9ebdae9c9f4e6
This commit is contained in:
Kai Wang 2021-05-20 03:26:36 +00:00 committed by Automerger Merge Worker
commit 6e3c5921c4
2 changed files with 2 additions and 2 deletions

View file

@ -1019,7 +1019,7 @@ const ConfigDeclaration kVehicleProperties[]{
{
.config =
{
.prop = toInt(VehicleProperty::UNIX_TIME),
.prop = toInt(VehicleProperty::EPOCH_TIME),
.access = VehiclePropertyAccess::READ_WRITE,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},

View file

@ -1446,7 +1446,7 @@ enum VehicleProperty : int32_t {
* @access VehiclePropertyAccess:READ_WRITE
* @unit VehicleUnit:MILLI_SECS
*/
UNIX_TIME = (
EPOCH_TIME = (
0x0606
| VehiclePropertyGroup:SYSTEM
| VehiclePropertyType:INT64