Home
last modified time | relevance | path

Searched refs:mInputStreams (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaMidiDevice.java72 private FileInputStream[] mInputStreams; field in UsbAlsaMidiDevice
198 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()