Searched refs:mOutputThread (Results 1 – 1 of 1) sorted by relevance
108 private HandlerThread mOutputThread; field in BrailleDisplayConnection373 if (mOutputThread == null) { in write()381 mOutputThread = new HandlerThread("BrailleDisplayConnection output thread", in write()383 mOutputThread.setDaemon(true); in write()384 mOutputThread.start(); in write()388 mOutputThread.getThreadHandler().post(() -> { in write()449 if (mOutputThread != null) { in closeOutputLocked()450 mOutputThread.quit(); in closeOutputLocked()452 mOutputThread = null; in closeOutputLocked()