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.cpp456 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local
457 if (updatedPropValue) { in onFakeValueGenerated()
458 updatedPropValue->timestamp = elapsedRealtimeNano(); in onFakeValueGenerated()
459 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()
460 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()
463 doHalEvent(std::move(updatedPropValue)); in onFakeValueGenerated()