Searched refs:nGetVersion (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDeviceProvider.java112 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
125 private static native String nGetVersion(int index); method in class:MidiInDeviceProvider
H A DMidiOutDeviceProvider.java110 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
123 private static native String nGetVersion(int index); method in class:MidiOutDeviceProvider

Completed in 53 milliseconds