Searched refs:portCount (Results 1 – 2 of 2) sorted by relevance
99 int portCount = (mType == MidiDeviceInfo.PortInfo.TYPE_INPUT) in getInfoPortCount() local101 return portCount; in getInfoPortCount()106 int portCount = getInfoPortCount(info); in onDeviceAdded() local107 for (int i = 0; i < portCount; ++i) { in onDeviceAdded()117 int portCount = getInfoPortCount(info); in onDeviceRemoved() local118 for (int i = 0; i < portCount; ++i) { in onDeviceRemoved()142 int portCount = info.getInputPortCount(); in onDeviceStatusChanged() local143 for (int i = 0; i < portCount; ++i) { in onDeviceStatusChanged()