Searched refs: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,
522 javaJetPlayerFields.postNativeEventInJava = NULL;
543 javaJetPlayerFields.postNativeEventInJava = env->GetStaticMethodID(javaJetPlayerFields.jetClass,
545 if (javaJetPlayerFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioRecord.cpp42 jmethodID postNativeEventInJava; //... event post callback method member in struct:audio_record_fields_t
90 javaAudioRecordFields.postNativeEventInJava,
104 javaAudioRecordFields.postNativeEventInJava,
603 javaAudioRecordFields.postNativeEventInJava = NULL;
615 javaAudioRecordFields.postNativeEventInJava = env->GetStaticMethodID(
618 if (javaAudioRecordFields.postNativeEventInJava == NULL) {
H A Dandroid_media_AudioTrack.cpp47 jmethodID postNativeEventInJava; //... event post callback method member in struct:audio_track_fields_t
129 javaAudioTrackFields.postNativeEventInJava,
143 javaAudioTrackFields.postNativeEventInJava,
1062 javaAudioTrackFields.postNativeEventInJava = NULL;
1072 javaAudioTrackFields.postNativeEventInJava = env->GetStaticMethodID(
1075 if (javaAudioTrackFields.postNativeEventInJava == NULL) {

Completed in 29 milliseconds