Searched refs:mBusyPorts (Results 1 – 2 of 2) sorted by relevance
40 protected HashSet<MidiPortWrapper> mBusyPorts = new HashSet<MidiPortWrapper>(); field in MidiPortSelector147 if (!mBusyPorts.contains(wrapper)) { in onDeviceStatusChanged()149 mBusyPorts.add(wrapper); in onDeviceStatusChanged()154 if (mBusyPorts.remove(wrapper)) { in onDeviceStatusChanged()