Searched refs:nGetVendor (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);
115 private static native String nGetVendor(int index); method in class:MidiOutDeviceProvider
H A DMidiInDeviceProvider.java111 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
119 private static native String nGetVendor(int index); method in class:MidiInDeviceProvider

Completed in 93 milliseconds