OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FuelSystemStatus
(Results
1 - 8
of
8
) sorted by null
/packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
FuelSystemStatus.java
23
public class
FuelSystemStatus
implements Obd2Command.OutputSemanticHandler<Integer> {
/hardware/interfaces/automotive/vehicle/2.1/default/tests/
Obd2SensorStore_test.cpp
80
toInt(
FuelSystemStatus
::CLOSED_LOOP));
84
toInt(
FuelSystemStatus
::CLOSED_LOOP),
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Command.java
25
import com.android.car.obd2.commands.
FuelSystemStatus
;
116
new
FuelSystemStatus
(),
/hardware/interfaces/automotive/vehicle/2.1/
Android.mk
59
# Build types.hal (
FuelSystemStatus
)
61
GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_1/
FuelSystemStatus
.java
71
android.hardware.automotive.vehicle@2.1::types.
FuelSystemStatus
323
# Build types.hal (
FuelSystemStatus
)
325
GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_1/
FuelSystemStatus
.java
335
android.hardware.automotive.vehicle@2.1::types.
FuelSystemStatus
types.hal
200
enum
FuelSystemStatus
: int32_t {
347
/** refer to
FuelSystemStatus
for a description of this value. */
/packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticEvent.java
291
public static final class
FuelSystemStatus
{
292
private
FuelSystemStatus
() {}
641
public @Nullable @
FuelSystemStatus
.Status Integer getFuelSystemStatus() {
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp
46
V2_0::toInt(
FuelSystemStatus
::CLOSED_LOOP));
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java
23
import android.car.hardware.CarDiagnosticEvent.
FuelSystemStatus
;
210
FuelSystemStatus
.OPEN_ENGINE_LOAD_OR_DECELERATION);
362
FuelSystemStatus
.OPEN_ENGINE_LOAD_OR_DECELERATION,
367
FuelSystemStatus
.OPEN_ENGINE_LOAD_OR_DECELERATION,
Completed in 201 milliseconds