Searched refs:mInputStreams (Results 1 – 1 of 1) sorted by relevance
64 private FileInputStream[] mInputStreams; field in UsbMidiDevice185 mInputStreams = new FileInputStream[inputStreamCount]; in openLocked()192 mInputStreams[i] = new FileInputStream(fd); in openLocked()229 if (index == mInputStreams.length - 1) { in openLocked()234 int count = mInputStreams[index].read(buffer); in openLocked()324 for (int i = 0; i < mInputStreams.length; i++) { in closeLocked()325 IoUtils.closeQuietly(mInputStreams[i]); in closeLocked()327 mInputStreams = null; in closeLocked()