Searched defs:nGetDescription (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);
124 private static native String nGetDescription(int index); method in class:MidiInDeviceProvider
H A DMidiOutDeviceProvider.java110 super(nGetName(index), nGetVendor(index), nGetDescription(index), nGetVersion(index), index);
122 private static native String nGetDescription(int index); method in class:MidiOutDeviceProvider

Completed in 29 milliseconds