Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultVehicleHal.cpp514 mPropStore->writeValueWithCurrentTimestamp(v.get(), /*updateStatus=*/true); in onContinuousPropertyTimer()
573 if (mPropStore->writeValueWithCurrentTimestamp(updatedPropValue.get(), updateStatus)) { in onPropertyValue()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h79 bool writeValueWithCurrentTimestamp(VehiclePropValue* propValuePtr, bool updateStatus);
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp76 bool VehiclePropertyStore::writeValueWithCurrentTimestamp(VehiclePropValue* propValuePtr, in writeValueWithCurrentTimestamp() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore