Searched refs:mStreamThread (Results 1 – 2 of 2) sorted by relevance
43 protected Thread mStreamThread = null; field in StreamBase125 if (mStreamThread != null) { in waitForStreamThreadToExit()126 mStreamThread.join(); in waitForStreamThreadToExit()127 mStreamThread = null; in waitForStreamThreadToExit()
186 mStreamThread = new Thread(new RecorderRunnable(), "JavaRecorder Thread"); in startStream()188 mStreamThread.start(); in startStream()