Searched refs:mLooperThread (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java50 private Thread mLooperThread; field in class:CameraFunctionalTest
61 mLooperThread = new Thread() {
72 mLooperThread.start();
88 if (mLooperThread != null) {
89 mLooperThread.join(WAIT_TIMEOUT);
90 if (mLooperThread.isAlive()) {
93 mLooperThread = null;
H A DCameraPairwiseTest.java46 private Thread mLooperThread; field in class:CameraPairwiseTest
69 mLooperThread = new Thread() {
80 mLooperThread.start();
96 if (mLooperThread != null) {
97 mLooperThread.join(WAIT_TIMEOUT);
98 if (mLooperThread.isAlive()) {
101 mLooperThread = null;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java57 private Thread mLooperThread; field in class:CameraStressTest
68 mLooperThread = new Thread() {
79 mLooperThread.start();
99 if (mLooperThread != null) {
100 mLooperThread.join(WAIT_TIMEOUT);
101 if (mLooperThread.isAlive()) {
104 mLooperThread = null;
H A DMediaRecorderStressTest.java64 private Thread mLooperThread; field in class:MediaRecorderStressTest
73 mLooperThread = new Thread() {
84 mLooperThread.start();
106 if (mLooperThread != null) {
107 mLooperThread.join(WAIT_TIMEOUT);
108 if (mLooperThread.isAlive()) {
111 mLooperThread = null;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java65 private CameraTestThread mLooperThread; field in class:Camera2Source
136 mLooperThread.close();
145 mLooperThread = new CameraTestThread();
148 mHandler = mLooperThread.start();

Completed in 144 milliseconds