Searched refs:mHidrawNode (Results 1 – 1 of 1) sorted by relevance
103 private File mHidrawNode; field in BrailleDisplayConnection225 this.mHidrawNode = result.get(0).first; in connectLocked()230 if (sConnectedNodes.contains(this.mHidrawNode)) { in connectLocked()236 sConnectedNodes.add(this.mHidrawNode); in connectLocked()347 sConnectedNodes.remove(this.mHidrawNode); in disconnect()375 mOutputStream = new FileOutputStream(mHidrawNode); in write()407 try (InputStream inputStream = new FileInputStream(mHidrawNode)) { in startReadingLocked()411 if (!mHidrawNode.exists()) { in startReadingLocked()