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

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DMidiInDevice.c153 jmethodID callbackShortMessageMethodID = NULL; local
161 if ((javaClass == NULL) || (callbackShortMessageMethodID == NULL)) {
175 if (callbackShortMessageMethodID == NULL) {
178 callbackShortMessageMethodID = (*e)->GetMethodID(e, javaClass, "callbackShortMessage", "(IJ)V");
179 if (callbackShortMessageMethodID == 0) {
180 ERROR0("MidiInDevice: Java_com_sun_media_sound_MidiInDevice_nGetMessages: callbackShortMessageMethodID is 0\n");
203 (*e)->CallVoidMethod(e, thisObj, callbackShortMessageMethodID, msg, ts);

Completed in 21 milliseconds