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,
510 javaJetPlayerFields.postNativeEventInJava = NULL;
531 javaJetPlayerFields.postNativeEventInJava = env->GetStaticMethodID(javaJetPlayerFields.jetClass,
533 if (javaJetPlayerFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioRecord.cpp49 jmethodID postNativeEventInJava; //... event post callback method member in struct:fields_t
114 javaAudioRecordFields.postNativeEventInJava,
127 javaAudioRecordFields.postNativeEventInJava,
574 javaAudioRecordFields.postNativeEventInJava = NULL;
586 javaAudioRecordFields.postNativeEventInJava = env->GetStaticMethodID(
589 if (javaAudioRecordFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioTrack.cpp49 jmethodID postNativeEventInJava; //... event post callback method member in struct:fields_t
148 javaAudioTrackFields.postNativeEventInJava,
161 javaAudioTrackFields.postNativeEventInJava,
907 javaAudioTrackFields.postNativeEventInJava = NULL;
917 javaAudioTrackFields.postNativeEventInJava = env->GetStaticMethodID(
920 if (javaAudioTrackFields.postNativeEventInJava == NULL) {

Completed in 654 milliseconds