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 …]
624 final VehiclePropValue mPropValue; field in VehicleHal.VehiclePropValueSetter628 mPropValue = new VehiclePropValue(); in VehiclePropValueSetter()629 mPropValue.prop = propId; in VehiclePropValueSetter()630 mPropValue.areaId = areaId; in VehiclePropValueSetter()638 mPropValue.value.int32Values.add(value); in to()644 mPropValue.value.int32Values.add(value); in to()650 mPropValue.value.int32Values.addAll(values); in to()658 Log.i(CarLog.TAG_HAL, "set, property: 0x" + toHexString(mPropValue.prop) in submit()659 + ", areaId: 0x" + toHexString(mPropValue.areaId)); in submit()661 client.setValue(mPropValue); in submit()