Searched refs:cmdInput (Results 1 – 1 of 1) sorted by relevance
573 Input cmdInput = null; in sendTerminalResponse() local575 cmdInput = mCurrntCmd.geInput(); in sendTerminalResponse()621 encodeOptionalTags(cmdDet, resultCode, cmdInput, buf); in sendTerminalResponse()634 ResultCode resultCode, Input cmdInput, ByteArrayOutputStream buf) { in encodeOptionalTags() argument645 (cmdInput != null) && (cmdInput.duration != null)) { in encodeOptionalTags()646 getInKeyResponse(buf, cmdInput); in encodeOptionalTags()664 private void getInKeyResponse(ByteArrayOutputStream buf, Input cmdInput) { in getInKeyResponse() argument669 buf.write(cmdInput.duration.timeUnit.SECOND.value()); // Time (Unit,Seconds) in getInKeyResponse()670 buf.write(cmdInput.duration.timeInterval); // Time Duration in getInKeyResponse()