Searched refs:writeValue (Results 1 – 4 of 4) sorted by relevance
76 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()
70 bool writeValue(const VehiclePropValue& propValue);
131 mPropStore->writeValue(*liveObd2Frame); in initObd2LiveFrame()142 mPropStore->writeValue(*freezeFrame); in initObd2FreezeFrame()
44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { in writeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore