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

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DUtilities.c38 void ThrowJavaMessageException(JNIEnv *e, const char *exClass, const char *msg) { function
45 ERROR0("ThrowJavaMessageException unable to find class!\n");
H A DMidiInDevice.c71 ThrowJavaMessageException(e, JAVA_MIDI_PACKAGE_NAME"/MidiUnavailableException",
106 ThrowJavaMessageException(e, JAVA_MIDI_PACKAGE_NAME"/MidiUnavailableException",
H A DMidiOutDevice.c62 ThrowJavaMessageException(e, JAVA_MIDI_PACKAGE_NAME"/MidiUnavailableException",
H A DUtilities.h84 void ThrowJavaMessageException(JNIEnv *e, const char *exClass, const char *msg);

Completed in 29 milliseconds