Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp156 if (!mPropStore->writeValue(propValue)) { in set()
215 mPropStore->writeValue(prop); in onCreate()
284 if (mPropStore->writeValue(propValue)) { in setPropertyFromVehicle()
363 mPropStore->writeValue(*updatedPropValue); in onFakeValueGenerated()
398 mPropStore->writeValue(*liveObd2Frame); in initObd2LiveFrame()
413 mPropStore->writeValue(*freezeFrame); in initObd2FreezeFrame()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h70 bool writeValue(const VehiclePropValue& propValue);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { in writeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore