Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp478 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local
479 if (updatedPropValue) { in onFakeValueGenerated()
480 updatedPropValue->timestamp = elapsedRealtimeNano(); in onFakeValueGenerated()
481 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()
482 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()
485 doHalEvent(std::move(updatedPropValue)); in onFakeValueGenerated()