Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java56 private final Thread mResultThread; field in VirtualInputDevice
99 mResultThread = new Thread(() -> { in VirtualInputDevice()
109 mResultThread.start(); in VirtualInputDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java285 private HandlerThread mResultThread = null; field in ItsService
498 mResultThread = new HandlerThread("ResultThread"); in onCreate()
499 mResultThread.start(); in onCreate()
500 mResultHandler = new Handler(mResultThread.getLooper()); in onCreate()
584 if (mResultThread != null) { in onDestroy()
585 mResultThread.quitSafely(); in onDestroy()
586 mResultThread = null; in onDestroy()
3900 mResultThread.sleep(PIPELINE_WARMUP_TIME_MS);