Searched refs:writeValueWithCurrentTimestamp (Results 1 – 3 of 3) sorted by relevance
514 mPropStore->writeValueWithCurrentTimestamp(v.get(), /*updateStatus=*/true); in onContinuousPropertyTimer()573 if (mPropStore->writeValueWithCurrentTimestamp(updatedPropValue.get(), updateStatus)) { in onPropertyValue()
79 bool writeValueWithCurrentTimestamp(VehiclePropValue* propValuePtr, bool updateStatus);
76 bool VehiclePropertyStore::writeValueWithCurrentTimestamp(VehiclePropValue* propValuePtr, in writeValueWithCurrentTimestamp() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore