Searched refs:mPropValue (Results 1 – 2 of 2) sorted by relevance
25 private final VehiclePropValue mPropValue; field in VehiclePropValueBuilder36 mPropValue = new VehiclePropValue(); in VehiclePropValueBuilder()37 mPropValue.prop = propId; in VehiclePropValueBuilder()41 mPropValue = clone(propValue); in VehiclePropValueBuilder()61 mPropValue.areaId = areaId; in setAreaId()67 mPropValue.timestamp = timestamp; in setTimestamp()73 mPropValue.timestamp = SystemClock.elapsedRealtimeNanos(); in setTimestamp()80 mPropValue.value.int32Values.add(val); in addIntValue()88 mPropValue.value.floatValues.add(val); in addFloatValue()96 mPropValue.value.bytes.add(val); in addByteValue()[all …]
895 final VehiclePropValue mPropValue; field in VehicleHal.VehiclePropValueSetter899 mPropValue = new VehiclePropValue(); in VehiclePropValueSetter()900 mPropValue.prop = propId; in VehiclePropValueSetter()901 mPropValue.areaId = areaId; in VehiclePropValueSetter()909 mPropValue.value.int32Values.add(value); in to()915 mPropValue.value.int32Values.add(value); in to()921 mPropValue.value.int32Values.addAll(values); in to()929 Slog.i(CarLog.TAG_HAL, "set, " + toCarPropertyLog(mPropValue.prop) in submit()930 + toCarAreaLog(mPropValue.areaId)); in submit()932 client.setValue(mPropValue); in submit()