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 …]
598 final VehiclePropValue mPropValue; field in VehicleHal.VehiclePropValueSetter602 mPropValue = new VehiclePropValue(); in VehiclePropValueSetter()603 mPropValue.prop = propId; in VehiclePropValueSetter()604 mPropValue.areaId = areaId; in VehiclePropValueSetter()612 mPropValue.value.int32Values.add(value); in to()618 mPropValue.value.int32Values.add(value); in to()624 mPropValue.value.int32Values.addAll(values); in to()632 Log.i(CarLog.TAG_HAL, "set, property: 0x" + toHexString(mPropValue.prop) in submit()633 + ", areaId: 0x" + toHexString(mPropValue.areaId)); in submit()635 client.setValue(mPropValue); in submit()