Searched refs:Obd2LiveFrameGenerator (Results 1 – 3 of 3) sorted by relevance
28 import com.android.car.obd2.Obd2LiveFrameGenerator;77 Obd2LiveFrameGenerator obd2Generator = new Obd2LiveFrameGenerator(obd2Connection); in testObd2LiveFrameGeneration()
27 import com.android.car.obd2.Obd2LiveFrameGenerator;38 private final Obd2LiveFrameGenerator mLiveFrameGenerator;102 mLiveFrameGenerator = new Obd2LiveFrameGenerator(mConnection); in Obd2CollectionTask()
29 public class Obd2LiveFrameGenerator { class31 public static final String TAG = Obd2LiveFrameGenerator.class.getSimpleName();37 public Obd2LiveFrameGenerator(Obd2Connection connection) in Obd2LiveFrameGenerator() method in Obd2LiveFrameGenerator