Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java65 private Socket mReportSocket = null; field in SubprocessResultsReporter
270 if (mReportSocket == null) { in printEvent()
271 mReportSocket = new Socket("localhost", mReportPort.intValue()); in printEvent()
272 mPrintWriter = new PrintWriter(mReportSocket.getOutputStream(), true); in printEvent()
274 if (!mReportSocket.isConnected()) { in printEvent()
296 StreamUtil.close(mReportSocket); in close()