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

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.h77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLength);
H A DPLATFORM_API_MacOSX_MidiIn.c59 return MIDI_Utils_GetDeviceVersion(MIDI_IN, deviceID, name, nameLength);
H A DPLATFORM_API_MacOSX_MidiOut.c59 return MIDI_Utils_GetDeviceVersion(MIDI_OUT, deviceID, name, nameLength);
H A DPLATFORM_API_MacOSX_MidiUtils.c253 INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { function

Completed in 55 milliseconds