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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c57 static int iterateRawmidiDevices(snd_rawmidi_stream_t direction, function
83 ERROR0("ERROR: iterateRawmidiDevices(): direction is neither"
197 deviceCount = iterateRawmidiDevices(direction, NULL, NULL);
208 iterateRawmidiDevices(). On each call of this method,
211 So after successful completion of iterateRawmidiDevices(),
264 iterateRawmidiDevices(direction, &deviceInfoIterator, desc);
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c57 static int iterateRawmidiDevices(snd_rawmidi_stream_t direction, function
83 ERROR0("ERROR: iterateRawmidiDevices(): direction is neither"
197 deviceCount = iterateRawmidiDevices(direction, NULL, NULL);
208 iterateRawmidiDevices(). On each call of this method,
211 So after successful completion of iterateRawmidiDevices(),
264 iterateRawmidiDevices(direction, &deviceInfoIterator, desc);

Completed in 23 milliseconds