mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Rename Unix_time property to EPOCH_TIME
Bug: 188227292
Test: build and flash with google VHAL
check property from KitchenSink
Change-Id: I7dc1833a000949f246a1a8be6f87970a1478832b
This commit is contained in:
@@ -1201,7 +1201,7 @@ const ConfigDeclaration kVehicleProperties[]{
|
||||
{
|
||||
.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::UNIX_TIME),
|
||||
.prop = toInt(VehicleProperty::EPOCH_TIME),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user