Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp76 if (!mPropStore->writeValue(propValue)) { in set()
118 mPropStore->writeValue(prop); in onCreate()
178 if (mPropStore->writeValue(propValue)) { in setPropertyFromVehicle()
257 mPropStore->writeValue(*updatedPropValue); in onFakeValueGenerated()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h70 bool writeValue(const VehiclePropValue& propValue);
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp131 mPropStore->writeValue(*liveObd2Frame); in initObd2LiveFrame()
142 mPropStore->writeValue(*freezeFrame); in initObd2FreezeFrame()
/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