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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDeviceProvider.java85 int numDevices = nGetNumDevices();
121 private static native int nGetNumDevices(); method in class:MidiInDeviceProvider
H A DMidiOutDeviceProvider.java85 return nGetNumDevices();
119 private static native int nGetNumDevices(); method in class:MidiOutDeviceProvider
H A DPortMixerProvider.java79 int numDevices = nGetNumDevices();
149 private static native int nGetNumDevices(); method in class:PortMixerProvider
H A DDirectAudioDeviceProvider.java79 int numDevices = nGetNumDevices();
174 private static native int nGetNumDevices(); method in class:DirectAudioDeviceProvider
175 // index: [0..nGetNumDevices()-1]

Completed in 31 milliseconds