HomeSort by relevance Sort by last modified time
    Searched refs:OXYGEN_SENSOR1_VOLTAGE (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/car-lib/src/android/car/diagnostic/
FloatSensorIndex.java 49 public static final int OXYGEN_SENSOR1_VOLTAGE = 13;
127 FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE,
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarDiagnosticManagerTest.java 519 mLiveFrameEventBuilder.addFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE, 0.125f);
536 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE),
557 diagnosticJson.floatValues.get(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE),
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.cpp 75 sensorStore->setFloatSensor(DiagnosticFloatSensorIndex::OXYGEN_SENSOR1_VOLTAGE, 0.265);
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]

Completed in 642 milliseconds