Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoResultReporter.java44 private ResultWriterThread mResultWriterThread; field in StreamProtoResultReporter
62 mResultWriterThread = new ResultWriterThread(); in processStartInvocation()
63 mResultWriterThread.start(); in processStartInvocation()
99 if (mResultWriterThread.mCancelled.get()) { in processFinalInvocationLogs()
109 if (mResultWriterThread.mCancelled.get()) { in processFinalProto()
118 mResultWriterThread.mCancelled.set(true); in processFinalProto()
120 mResultWriterThread.join(); in processFinalProto()