OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:engine_rpm
(Results
1 - 9
of
9
) sorted by null
/packages/services/Car/car-lib/src/android/car/diagnostic/
FloatSensorIndex.java
44
public static final int
ENGINE_RPM
= 8;
122
FloatSensorIndex.
ENGINE_RPM
,
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
E2ePerformanceTest.java
149
CarSensorManager.SENSOR_TYPE_RPM, VehicleProperty.
ENGINE_RPM
);
180
.start(VehicleProperty.
ENGINE_RPM
);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DefaultConfig.h
107
.prop = toInt(VehicleProperty::
ENGINE_RPM
),
EmulatedVehicleHal.cpp
69
sensorStore->setFloatSensor(DiagnosticFloatSensorIndex::
ENGINE_RPM
, 1250.);
/packages/services/Car/service/src/com/android/car/hal/
SensorHalService.java
66
CarSensorManager.SENSOR_TYPE_RPM, VehicleProperty.
ENGINE_RPM
,
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
VtsHalAutomotiveVehicleV2_0HostTest.py
459
self.vtypes.VehicleProperty.
ENGINE_RPM
: (0, 30000), # RPMs
[
all
...]
/hardware/interfaces/automotive/vehicle/2.0/
types.hal
222
ENGINE_RPM
= (
[
all
...]
/hardware/libhardware/include/hardware/
vehicle.h
186
* @data_member
engine_rpm
2390
float
engine_rpm
;
member in union:vehicle_value
[
all
...]
/packages/services/Car/car-lib/api/
system-current.txt
520
field public static final int
ENGINE_RPM
= 8; // 0x8
[
all
...]
Completed in 327 milliseconds