Searched refs:cmdInput (Results 1 – 1 of 1) sorted by relevance
574 Input cmdInput = null; in sendTerminalResponse() local576 cmdInput = mCurrntCmd.geInput(); in sendTerminalResponse()622 encodeOptionalTags(cmdDet, resultCode, cmdInput, buf); in sendTerminalResponse()635 ResultCode resultCode, Input cmdInput, ByteArrayOutputStream buf) { in encodeOptionalTags() argument646 (cmdInput != null) && (cmdInput.duration != null)) { in encodeOptionalTags()647 getInKeyResponse(buf, cmdInput); in encodeOptionalTags()665 private void getInKeyResponse(ByteArrayOutputStream buf, Input cmdInput) { in getInKeyResponse() argument670 buf.write(cmdInput.duration.timeUnit.SECOND.value()); // Time (Unit,Seconds) in getInKeyResponse()671 buf.write(cmdInput.duration.timeInterval); // Time Duration in getInKeyResponse()