Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWatchDog.java31 private Thread mThread; field in WatchDog
51 mThread = new Thread(this); in start()
52 mThread.start(); in start()
58 if (mThread == null) { in stop()
64 mThread.join(); in stop()
68 mThread = null; in stop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DTestCase.java58 private Thread mThread; field in TestCase
82 mThread = new Thread(new Runnable() { in start()
107 mThread.start(); in start()
114 if (mThread != null) { in stop()
115 mThread.interrupt(); in stop()
116 mThread = null; in stop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestCase.java35 private Thread mThread; field in BaseTestCase
88 mThread = new Thread( in start()
115 mThread.start(); in start()
122 if (mThread != null) { in stop()
123 mThread.interrupt(); in stop()
124 mThread = null; in stop()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java61 private Thread mThread; field in MediaCodecTunneledPlayer
76 mThread = new Thread(new Runnable() { in MediaCodecTunneledPlayer()
339 mThread.start(); in startWork()
347 mThread.start(); in startThread()
427 mThread.join(); in reset()
DAudioHelper.java172 private Thread mThread; field in AudioHelper.MakeSomethingAsynchronouslyAndLoop
185 mThread = new Thread() in make()
197 mThread.start(); in make()
204 mThread.join(); in join()
210 mThread = null; in join()
DMediaCodecClearKeyPlayer.java85 private Thread mThread; field in MediaCodecClearKeyPlayer
140 mThread = new Thread(new Runnable() { in MediaCodecClearKeyPlayer()
476 mThread.start(); in startWork()
482 mThread.start(); in startThread()
510 mThread.join(); in reset()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h115 : mThread(thread), in CommandHandler()
132 RemoteAudio& mThread;
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java45 private Thread mThread = new Thread(new ProtocolServer()); field in AudioProtocol
87 mThread.start(); in start()
106 mThread.interrupt(); // this does not bail out from socket in android in stop()
107 mThread.join(); in stop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java945 private Thread mThread; field in RVCVXCheckAnalyzer.VideoDecoderForOpenCV
979 mThread = new Thread(this); in start()
980 mThread.start(); in start()
991 if (mThread != null) { in stop()
992 mThread.interrupt(); in stop()
994 mThread.join(); in stop()
1004 mThread = null; in stop()
1174 mThread = null; in run()
DRVCVRecordActivity.java998 private Thread mThread = null; field in RVCVRecordActivity.RecordProcedureController
1002 mThread = new Thread(this); in RecordProcedureController()
1003 mThread.start(); in RecordProcedureController()
1093 mThread.interrupt(); in quit()
/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp343 mThread.mExitRequested = true; in handleMessage()
353 mResult = (mThread.mCmds[message.what - AudioProtocol::ECmdStart]) \ in handleMessage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java471 private Thread mThread = null; field in ItsService.SocketWriteRunnable
523 if (mThread == null || mThread.getState() == Thread.State.TERMINATED) { in checkAndStartThread()
524 mThread = new Thread(this); in checkAndStartThread()
526 if (mThread.getState() == Thread.State.NEW) { in checkAndStartThread()
527 mThread.start(); in checkAndStartThread()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...