Searched refs:mResultThread (Results 1 – 2 of 2) sorted by relevance
56 private final Thread mResultThread; field in VirtualInputDevice99 mResultThread = new Thread(() -> { in VirtualInputDevice()109 mResultThread.start(); in VirtualInputDevice()
285 private HandlerThread mResultThread = null; field in ItsService498 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);