Searched refs:mOutputUsbEndpoints (Results 1 – 1 of 1) sorted by relevance
92 private ArrayList<ArrayList<UsbEndpoint>> mOutputUsbEndpoints; field in UsbDirectMidiDevice323 mOutputUsbEndpoints = new ArrayList<ArrayList<UsbEndpoint>>(); in openLocked()361 mOutputUsbEndpoints.add(outputEndpoints); in openLocked()525 for (int connectionIndex = 0; connectionIndex < mOutputUsbEndpoints.size(); in openLocked()528 endpointIndex < mOutputUsbEndpoints.get(connectionIndex).size(); in openLocked()542 mOutputUsbEndpoints.get(connectionIndex).get(endpointIndex); in openLocked()778 mOutputUsbEndpoints = null; in closeLocked()