/cts/libs/deviceutil/src/android/cts/util/ |
D | WatchDog.java | 31 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/common/device-side/util/src/com/android/compatibility/common/util/ |
D | WatchDog.java | 30 private Thread mThread; field in WatchDog 50 mThread = new Thread(this); in start() 51 mThread.start(); in start() 57 if (mThread == null) { in stop() 63 mThread.join(); in stop() 67 mThread = null; in stop()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | TestCase.java | 58 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/tests/tests/media/src/android/media/cts/ |
D | MediaCodecTunneledPlayer.java | 61 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()
|
D | AudioHelper.java | 172 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()
|
D | MediaCodecClearKeyPlayer.java | 78 private Thread mThread; field in MediaCodecClearKeyPlayer 116 mThread = new Thread(new Runnable() { in MediaCodecClearKeyPlayer() 415 mThread.start(); in startWork() 421 mThread.start(); in startThread() 449 mThread.join(); in reset()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | RemoteAudio.h | 115 : mThread(thread), in CommandHandler() 132 RemoteAudio& mThread;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 945 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()
|
D | RVCVRecordActivity.java | 921 private Thread mThread = null; field in RVCVRecordActivity.RecordProcedureController 925 mThread = new Thread(this); in RecordProcedureController() 926 mThread.start(); in RecordProcedureController() 1016 mThread.interrupt(); in quit()
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
D | AudioProtocol.java | 45 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/suite/audio_quality/lib/src/audio/ |
D | RemoteAudio.cpp | 343 mThread.mExitRequested = true; in handleMessage() 353 mResult = (mThread.mCmds[message.what - AudioProtocol::ECmdStart]) \ in handleMessage()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 12756 private android.app.ActivityThread mThread 15331 private android.app.ActivityThread mThread 37656 private java.lang.Thread mThread 39855 private android.media.AsyncPlayer$Thread mThread 47011 private android.net.http.IdleCache$IdleReaper mThread 56790 java.lang.Thread mThread 69873 private java.lang.Thread mThread 88438 private final java.lang.Thread mThread 135173 private java.lang.Thread mThread
|