OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemFloatSensor
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java
268
.
getSystemFloatSensor
(Obd2FloatSensorIndex.CALCULATED_ENGINE_LOAD)
272
liveFrame.
getSystemFloatSensor
(Obd2FloatSensorIndex.VEHICLE_SPEED).floatValue());
330
assertNull(liveFrame.
getSystemFloatSensor
(Obd2FloatSensorIndex.OXYGEN_SENSOR6_VOLTAGE));
333
liveFrame.
getSystemFloatSensor
(Obd2FloatSensorIndex.OXYGEN_SENSOR5_VOLTAGE, 0.25f));
/packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticEvent.java
251
public float
getSystemFloatSensor
(@CarDiagnosticSensorIndices.FloatSensorIndex int sensor, float defaultValue) {
269
public @Nullable Float
getSystemFloatSensor
(@CarDiagnosticSensorIndices.FloatSensorIndex int sensor) {
Completed in 480 milliseconds