Searched defs:MIDI_IN_StartDevice (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiIn.c79 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { function
80 TRACE0("MIDI_IN_StartDevice\n");
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c160 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { function
161 TRACE0("MIDI_IN_StartDevice\n");
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c160 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { function
161 TRACE0("MIDI_IN_StartDevice\n");
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_MidiIn.cpp404 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { function
408 ERROR0("ERROR: MIDI_IN_StartDevice: handle or queue is NULL\n");
417 ERROR0("ERROR: MIDI_IN_StartDevice: could not create event\n");
430 TRACE0("MIDI_IN_StartDevice: midiInStart finished\n");

Completed in 56 milliseconds