Searched defs:postNativeEventInJava (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp42 jmethodID postNativeEventInJava; // java method to post events to the Java thread from native member in struct:fields_t
61 javaJetPlayerFields.jetClass, javaJetPlayerFields.postNativeEventInJava,
511 javaJetPlayerFields.postNativeEventInJava = NULL;
532 javaJetPlayerFields.postNativeEventInJava = env->GetStaticMethodID(javaJetPlayerFields.jetClass,
534 if (javaJetPlayerFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioRecord.cpp45 jmethodID postNativeEventInJava; //... event post callback method member in struct:fields_t
99 javaAudioRecordFields.postNativeEventInJava,
113 javaAudioRecordFields.postNativeEventInJava,
527 javaAudioRecordFields.postNativeEventInJava = NULL;
540 javaAudioRecordFields.postNativeEventInJava = env->GetStaticMethodID(
543 if (javaAudioRecordFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioTrack.cpp47 jmethodID postNativeEventInJava; //... event post callback method member in struct:fields_t
140 javaAudioTrackFields.postNativeEventInJava,
154 javaAudioTrackFields.postNativeEventInJava,
861 javaAudioTrackFields.postNativeEventInJava = NULL;
871 javaAudioTrackFields.postNativeEventInJava = env->GetStaticMethodID(
874 if (javaAudioTrackFields.postNativeEventInJava == NULL) {

Completed in 58 milliseconds