Searched refs:mInputStreams (Results 1 – 1 of 1) sorted by relevance
66 private FileInputStream[] mInputStreams; field in UsbMidiDevice187 mInputStreams = new FileInputStream[inputStreamCount]; in openLocked()194 mInputStreams[i] = new FileInputStream(fd); in openLocked()231 if (index == mInputStreams.length - 1) { in openLocked()236 int count = mInputStreams[index].read(buffer); in openLocked()326 for (int i = 0; i < mInputStreams.length; i++) { in closeLocked()327 IoUtils.closeQuietly(mInputStreams[i]); in closeLocked()329 mInputStreams = null; in closeLocked()