Home
last modified time | relevance | path

Searched refs:ThrottlePosition (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Command.java33 import com.android.car.obd2.commands.ThrottlePosition;
111 new ThrottlePosition()); in addSupportedFloatCommands() argument
/packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
DThrottlePosition.java23 public class ThrottlePosition implements Obd2Command.OutputSemanticHandler<Float> { class