/packages/services/Car/tools/emulator/ |
D | diagjson.example | 19 "floatValues": [ 63 "floatValues": [ 107 "floatValues": [ 151 "floatValues": [ 195 "floatValues": [ 239 "floatValues": [ 283 "floatValues": [ 327 "floatValues": [ 371 "floatValues": [ 415 "floatValues": [ [all …]
|
D | obd2_to_diagjson.py | 133 self.store.floatValues = [] 137 self.store.floatValues.append(d) 140 def floatValues(self): member in Event 143 for value in self.store.floatValues: 153 for floatValue in json.floatValues: 167 for id, value in self.floatValues():
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 330 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in build() argument 332 Objects.requireNonNull(floatValues, "Use empty value, not null for empty values"); in build() 337 return new AidlHalPropValue(prop, areaId, timestamp, status, int32Values, floatValues, in build() 340 return new HidlHalPropValue(prop, areaId, timestamp, status, int32Values, floatValues, in build() 403 mVehiclePropValue.value.floatValues = new float[]{value}; in AidlHalPropValue() 408 mVehiclePropValue.value.floatValues = values; in AidlHalPropValue() 432 float[] floatValues, long[] int64Values, String stringValue, byte[] byteValues) { in AidlHalPropValue() argument 435 mVehiclePropValue.value.floatValues = floatValues; in AidlHalPropValue() 462 if (mVehiclePropValue.value.floatValues == null) { in AidlHalPropValue() 463 mVehiclePropValue.value.floatValues = new float[0]; in AidlHalPropValue() [all …]
|
D | VehicleHal.java | 1039 float[] floatValues = new float[dataList.size()]; in createPropValueForInjecting() local 1041 floatValues[i] = Float.parseFloat(dataList.get(i)); in createPropValueForInjecting() 1044 floatValues); in createPropValueForInjecting()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarSensorEvent.java | 163 public final float[] floatValues; field in CarSensorEvent 176 floatValues = new float[len]; in CarSensorEvent() 177 in.readFloatArray(floatValues); in CarSensorEvent() 199 dest.writeInt(floatValues.length); in writeToParcel() 200 dest.writeFloatArray(floatValues); in writeToParcel() 224 floatValues = new float[floatValueSize]; in CarSensorEvent() 230 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent() argument 234 this.floatValues = floatValues; in CarSensorEvent() 277 data.temperature = floatValues[INDEX_ENVIRONMENT_TEMPERATURE]; in getEnvironmentData() 433 if (floatValues == null) { in getFuelLevelData() [all …]
|
D | CarSensorManager.java | 512 event.floatValues[0] = (float) propertyValue.getValue(); in createCarSensorEvent()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | AidlVehiclePropValueBuilder.java | 46 mPropValue.value.floatValues = new float[0]; in AidlVehiclePropValueBuilder() 71 if (propValue.value.floatValues != null) { in clone() 72 newValue.value.floatValues = propValue.value.floatValues.clone(); in clone() 74 newValue.value.floatValues = new float[0]; in clone() 140 int oldSize = mPropValue.value.floatValues.length; in addFloatValues() 144 newValues[i] = mPropValue.value.floatValues[i]; in addFloatValues() 149 mPropValue.value.floatValues = newValues; in addFloatValues()
|
D | DiagnosticJson.java | 34 public final SparseArray<Float> floatValues; field in DiagnosticJson 41 SparseArray<Float> floatValues, in DiagnosticJson() argument 46 this.floatValues = Objects.requireNonNull(floatValues); in DiagnosticJson() 55 new SparseArrayIterator<>(floatValues) in build()
|
D | HidlVehiclePropValueBuilder.java | 52 newValue.value.floatValues.addAll(propValue.value.floatValues); in clone() 88 mPropValue.value.floatValues.add(val); in addFloatValue()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | DiagnosticHalServiceTest.java | 87 float[] floatValues = new float[]{0.0f, TEST_FLOAT_VALUE}; in getTestFreezeFrame() local 96 int32Values, floatValues, new long[0], TEST_STRING, byteValues); in getTestFreezeFrame() 104 float[] floatValues = new float[]{0.0f, TEST_FLOAT_VALUE}; in getTestLiveFrame() local 113 int32Values, floatValues, new long[0], TEST_STRING, byteValues); in getTestLiveFrame()
|
D | DiagnosticJsonTestUtils.java | 41 expected.value.floatValues = new float[size]; in buildEmptyVehiclePropertyValue() 43 expected.value.floatValues[i] = 0f; in buildEmptyVehiclePropertyValue()
|
D | HalPropValueTest.java | 59 hidlValue.value.floatValues.add(TEST_FLOAT_VALUE); in getTestHidlPropValue() 76 aidlValue.value.floatValues = new float[] {TEST_FLOAT_VALUE}; in getTestAidlPropValue() 175 assertThat(vehiclePropValue.value.floatValues).containsExactly( in testBuildFromFloatHidl() 195 assertThat(vehiclePropValue.value.floatValues).containsExactly( in testBuildFromFloatsHidl() 340 assertThat(vehiclePropValue.value.floatValues).usingExactEquality().containsExactly( in testBuildFromFloatAidl() 360 assertThat(vehiclePropValue.value.floatValues).usingExactEquality().containsExactly( in testBuildFromFloatsAidl() 521 hidlValue.value.floatValues.add(TEST_FLOAT_VALUE); in testToCarPropertyValueFromHidlFloat() 539 hidlValue.value.floatValues.add(TEST_FLOAT_VALUE); in testToCarPropertyValueFromHidlFloatVec() 540 hidlValue.value.floatValues.add(TEST_FLOAT_VALUE); in testToCarPropertyValueFromHidlFloatVec() 637 hidlValue.value.floatValues.add(TEST_FLOAT_VALUE); in testToCarPropertyValueFromHidlMixed() [all …]
|
D | DiagnosticJsonTest.java | 79 assertThat(actual.value.floatValues[SOME_FLOAT_ID]).isEqualTo(SOME_FLOAT_VALUE); in testBuild_passingBuilderWithFullVehicleProperty()
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlHalPropValue.cpp | 70 mPropValue.value.floatValues = values; in setFloatValues() 74 return mPropValue.value.floatValues; in getFloatValues()
|
D | HidlHalPropValue.cpp | 70 mPropValue.value.floatValues = values; in setFloatValues() 74 return mPropValue.value.floatValues; in getFloatValues()
|
/packages/services/Car/car-lib/src/android/car/diagnostic/ |
D | CarDiagnosticEvent.java | 195 SparseArray<Float> floatValues, in CarDiagnosticEvent() argument 200 mFloatValues = floatValues; in CarDiagnosticEvent() 456 Float[] floatValues = new Float[floatKeys.length]; in hashCode() local 463 floatValues[i] = mFloatValues.valueAt(i); in hashCode() 468 int floatValuesHash = Objects.hash((Object[]) floatValues); in hashCode()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyManagerTest.java | 714 propWithFloat.value.floatValues = new float[]{0f}; in testOnChangeEventInvalidPayload() 949 tempValue.value.floatValues = new float[]{INIT_TEMP_VALUE}; in configureMockedHal() 1067 vehiclePropValue.value.floatValues = new float[]{floatValue}; in newTirePressureVehiclePropValue()
|
D | CarDiagnosticManagerTest.java | 739 diagnosticJson.floatValues.get(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()
|
/packages/services/Car/car-lib/api/ |
D | lint-baseline.txt | 120 MissingNullability: android.car.hardware.CarSensorEvent#floatValues: 121 Missing nullability on field `floatValues` in class `class android.car.hardware.CarSensorEvent`
|
D | current.txt | 614 field @Deprecated public final float[] floatValues;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
D | ClusterHomeManagerTest.java | 208 event.value.floatValues = new float[]{0f}; in testClusterSwitchUi_InvalidProp()
|
/packages/services/Car/car-lib/api/released/ |
D | 1.txt | 210 field public final float[] floatValues;
|
D | 2.txt | 216 field public final float[] floatValues;
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 614 field @Deprecated public final float[] floatValues;
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1329 field TIRAMISU_0 float[] floatValues;
|