Searched refs:mOutputPortCount (Results 1 – 2 of 2) sorted by relevance
188 private final int mOutputPortCount; field in MidiDeviceInfo204 mOutputPortCount = numOutputPorts; in MidiDeviceInfo()253 return mOutputPortCount; in getOutputPortCount()263 PortInfo[] ports = new PortInfo[mInputPortCount + mOutputPortCount]; in getPorts()269 for (int i = 0; i < mOutputPortCount; i++) { in getPorts()316 ",mOutputPortCount=" + mOutputPortCount + in toString()349 parcel.writeInt(mOutputPortCount); in writeToParcel()
51 private final int mOutputPortCount; field in MidiDeviceServer209 if (portNumber < 0 || portNumber >= mOutputPortCount) {299 mOutputPortCount = numOutputPorts; in MidiDeviceServer()390 MidiReceiver[] receivers = new MidiReceiver[mOutputPortCount]; in getOutputPortReceivers()391 System.arraycopy(mOutputPortDispatchers, 0, receivers, 0, mOutputPortCount); in getOutputPortReceivers()