Searched refs:writeValue (Results 1 – 3 of 3) sorted by relevance
156 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()
70 bool writeValue(const VehiclePropValue& propValue);
44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { in writeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore