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 …]
666 final VehiclePropValue mPropValue; field in VehicleHal.VehiclePropValueSetter670 mPropValue = new VehiclePropValue(); in VehiclePropValueSetter()671 mPropValue.prop = propId; in VehiclePropValueSetter()672 mPropValue.areaId = areaId; in VehiclePropValueSetter()680 mPropValue.value.int32Values.add(value); in to()686 mPropValue.value.int32Values.add(value); in to()692 mPropValue.value.int32Values.addAll(values); in to()700 Log.i(CarLog.TAG_HAL, "set, property: 0x" + toHexString(mPropValue.prop) in submit()701 + ", areaId: 0x" + toHexString(mPropValue.areaId)); in submit()703 client.setValue(mPropValue); in submit()