Searched refs:OutputSemanticHandler (Results 1 – 14 of 14) sorted by relevance
54 public interface OutputSemanticHandler<ValueType> { interface in Obd2Command63 private static final HashMap<Integer, OutputSemanticHandler<Integer>>69 OutputSemanticHandler<Integer>... integerOutputSemanticHandlers) { in addSupportedIntegerCommands()70 for (OutputSemanticHandler<Integer> integerOutputSemanticHandler : in addSupportedIntegerCommands()78 OutputSemanticHandler<Float>... floatOutputSemanticHandlers) { in addSupportedFloatCommands()79 for (OutputSemanticHandler<Float> floatOutputSemanticHandler : in addSupportedFloatCommands()94 public static OutputSemanticHandler<Integer> getIntegerCommand(int pid) { in getIntegerCommand()98 public static OutputSemanticHandler<Float> getFloatCommand(int pid) { in getFloatCommand()123 protected final OutputSemanticHandler<ValueType> mSemanticHandler;141 OutputSemanticHandler handler, int frameId) { in getFreezeFrameCommand()[all …]
23 import com.android.car.obd2.Obd2Command.OutputSemanticHandler;35 private final List<OutputSemanticHandler<Integer>> mIntegerCommands = new ArrayList<>();36 private final List<OutputSemanticHandler<Float>> mFloatCommands = new ArrayList<>();130 for (OutputSemanticHandler<Integer> handler : mIntegerCommands) { in generate()152 for (OutputSemanticHandler<Float> handler : mFloatCommands) { in generate()
23 public class AmbientAirTemperature implements Obd2Command.OutputSemanticHandler<Float> {
23 public class CalculatedEngineLoad implements Obd2Command.OutputSemanticHandler<Float> {
23 public class EngineCoolantTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class EngineOilTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class FuelGaugePressure implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class FuelSystemStatus implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class FuelTankLevel implements Obd2Command.OutputSemanticHandler<Float> {
23 public class Speed implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class ThrottlePosition implements Obd2Command.OutputSemanticHandler<Float> {
23 public class EngineRuntime implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class RPM implements Obd2Command.OutputSemanticHandler<Integer> {
23 public abstract class FuelTrimCommand implements Obd2Command.OutputSemanticHandler<Float> {