Home
last modified time | relevance | path

Searched refs:valueToUpdate (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp50 VehiclePropValue* valueToUpdate = const_cast<VehiclePropValue*>(getValueOrNullLocked(recId)); in writeValue() local
51 if (valueToUpdate == nullptr) { in writeValue()
57 if (valueToUpdate->timestamp > propValue.timestamp) { in writeValue()
63 valueToUpdate->timestamp = propValue.timestamp; in writeValue()
64 valueToUpdate->value = propValue.value; in writeValue()
66 valueToUpdate->status = propValue.status; in writeValue()