Searched refs:valueToUpdate (Results 1 – 1 of 1) sorted by relevance
50 VehiclePropValue* valueToUpdate = const_cast<VehiclePropValue*>(getValueOrNullLocked(recId)); in writeValue() local51 if (valueToUpdate == nullptr) { in writeValue()54 valueToUpdate->timestamp = propValue.timestamp; in writeValue()55 valueToUpdate->value = propValue.value; in writeValue()57 valueToUpdate->status = propValue.status; in writeValue()