OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUEL_SYSTEM_STATUS
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/automotive/vehicle/2.1/default/tests/
Obd2SensorStore_test.cpp
79
Obd2IntegerSensorIndex::
FUEL_SYSTEM_STATUS
,
85
integerSensors[toInt(Obd2IntegerSensorIndex::
FUEL_SYSTEM_STATUS
)]);
87
toInt(Obd2IntegerSensorIndex::
FUEL_SYSTEM_STATUS
)));
/packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticSensorIndices.java
35
public static final int
FUEL_SYSTEM_STATUS
= 0;
151
Obd2IntegerSensorIndex.
FUEL_SYSTEM_STATUS
,
CarDiagnosticEvent.java
289
* see {@link CarDiagnosticSensorIndices.Obd2IntegerSensorIndex#
FUEL_SYSTEM_STATUS
}
642
return getSystemIntegerSensor(CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.
FUEL_SYSTEM_STATUS
);
/hardware/interfaces/automotive/vehicle/2.1/
types.hal
74
* For example, int32Values[0] corresponds to
FUEL_SYSTEM_STATUS
, and
120
* For example, int32Values[0] corresponds to
FUEL_SYSTEM_STATUS
, and
348
FUEL_SYSTEM_STATUS
= 0,
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp
45
Obd2IntegerSensorIndex::
FUEL_SYSTEM_STATUS
,
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java
209
Obd2IntegerSensorIndex.
FUEL_SYSTEM_STATUS
,
364
.getSystemIntegerSensor(Obd2IntegerSensorIndex.
FUEL_SYSTEM_STATUS
)
Completed in 149 milliseconds