Searched refs:MIDI_IN_StartDevice (Results 1 - 6 of 6) 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/share/native/com/sun/media/sound/
H A DMidiInDevice.c101 err = MIDI_IN_StartDevice((MidiDeviceHandle*) (UINT_PTR) deviceHandle);
H A DPlatformMidi.h215 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle);
/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 35 milliseconds