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

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DMidiOutDeviceProvider.java107 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
114 private static native String nGetName(int index); method in class:MidiOutDeviceProvider
H A DMidiInDeviceProvider.java111 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
118 private static native String nGetName(int index); method in class:MidiInDeviceProvider

Completed in 89 milliseconds