Searched refs:mInputStreams (Results 1 – 1 of 1) sorted by relevance
72 private FileInputStream[] mInputStreams; field in UsbAlsaMidiDevice198 mInputStreams = new FileInputStream[inputStreamCount]; in openLocked()206 mInputStreams[i] = new FileInputStream(fd); in openLocked()244 if (index == mInputStreams.length - 1) { in openLocked()249 int count = mInputStreams[index].read(buffer); in openLocked()348 for (int i = 0; i < mInputStreams.length; i++) { in closeLocked()349 IoUtils.closeQuietly(mInputStreams[i]); in closeLocked()351 mInputStreams = null; in closeLocked()