OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postNativeEventInJava
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
39
jmethodID
postNativeEventInJava
; //... event post callback method
103
javaAudioRecordFields.
postNativeEventInJava
,
117
javaAudioRecordFields.
postNativeEventInJava
,
564
javaAudioRecordFields.
postNativeEventInJava
= NULL;
576
javaAudioRecordFields.
postNativeEventInJava
= env->GetStaticMethodID(
579
if (javaAudioRecordFields.
postNativeEventInJava
== NULL) {
android_media_JetPlayer.cpp
42
jmethodID
postNativeEventInJava
; // java method to post events to the Java thread from native
61
javaJetPlayerFields.jetClass, javaJetPlayerFields.
postNativeEventInJava
,
522
javaJetPlayerFields.
postNativeEventInJava
= NULL;
543
javaJetPlayerFields.
postNativeEventInJava
= env->GetStaticMethodID(javaJetPlayerFields.jetClass,
545
if (javaJetPlayerFields.
postNativeEventInJava
== NULL) {
android_media_AudioTrack.cpp
42
jmethodID
postNativeEventInJava
; //... event post callback method
140
javaAudioTrackFields.
postNativeEventInJava
,
154
javaAudioTrackFields.
postNativeEventInJava
,
[
all
...]
Completed in 174 milliseconds