Searched refs:nGetNumDevices (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DMidiOutDeviceProvider.java81 return nGetNumDevices();
113 private static native int nGetNumDevices(); method in class:MidiOutDeviceProvider
H A DMidiInDeviceProvider.java83 int numDevices = nGetNumDevices();
117 private static native int nGetNumDevices(); method in class:MidiInDeviceProvider
H A DPortMixerProvider.java69 int numDevices = nGetNumDevices();
135 private static native int nGetNumDevices(); method in class:PortMixerProvider
H A DDirectAudioDeviceProvider.java69 int numDevices = nGetNumDevices();
161 private static native int nGetNumDevices(); method in class:DirectAudioDeviceProvider
162 // index: [0..nGetNumDevices()-1]

Completed in 107 milliseconds