Home
last modified time | relevance | path

Searched refs:getSystemFloatSensor (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDiagnosticManagerTest.java283 liveFrame.getSystemFloatSensor(FloatSensorIndex.CALCULATED_ENGINE_LOAD), in testLiveFrameRead()
287 liveFrame.getSystemFloatSensor(FloatSensorIndex.VEHICLE_SPEED), in testLiveFrameRead()
336 assertNull(liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR6_VOLTAGE)); in testMissingSensorRead()
339 … liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR5_VOLTAGE, 0.25f), EPS); in testMissingSensorRead()
548 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DCarDiagnosticTest.java87 builder.addFloatValue(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
/aosp12/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
H A DLiveDataActivity.java63 Float sensor_value = event.getSystemFloatSensor(i); in processSensorInfoIntoWrapper()
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java473 public float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
509 public @Nullable Float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt356 method public float getSystemFloatSensor(int, float);
357 method @Nullable public Float getSystemFloatSensor(int);
H A Dsystem-lint-baseline.txt28 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemFloatSensor(int):