Searched refs:mInputUsbEndpoints (Results 1 – 1 of 1) sorted by relevance
91 private ArrayList<ArrayList<UsbEndpoint>> mInputUsbEndpoints; field in UsbDirectMidiDevice322 mInputUsbEndpoints = new ArrayList<ArrayList<UsbEndpoint>>(); in openLocked()360 mInputUsbEndpoints.add(inputEndpoints); in openLocked()391 for (int connectionIndex = 0; connectionIndex < mInputUsbEndpoints.size(); in openLocked()394 endpointIndex < mInputUsbEndpoints.get(connectionIndex).size(); in openLocked()408 mInputUsbEndpoints.get(connectionIndex).get(endpointIndex); in openLocked()777 mInputUsbEndpoints = null; in closeLocked()