Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Command.java151 private static final int RESPONSE_MARKER = 0x41; field in Obd2Command.LiveFrameCommand
162 if (stream.expect(RESPONSE_MARKER, mSemanticHandler.getPid())) { in run()
175 private static final int RESPONSE_MARKER = 0x42; field in Obd2Command.FreezeFrameCommand
190 if (stream.expect(RESPONSE_MARKER, mSemanticHandler.getPid(), mFrameId)) { in run()