Lines Matching refs:mOutput
53 private OutputStream mOutput; field in ServerSession
76 mOutput = mTransport.openOutputStream(); in ServerSession()
259 OutputStream op = mOutput; in sendResponse()
404 mOutput.write(replyData); in handleSetPathRequest()
405 mOutput.flush(); in handleSetPathRequest()
508 mOutput.write(replyData); in handleDisconnectRequest()
509 mOutput.flush(); in handleDisconnectRequest()
648 mOutput.write(sendData); in handleConnectRequest()
649 mOutput.flush(); in handleConnectRequest()
663 mOutput.close(); in close()
670 mOutput = null; in close()