Searched defs:weakRef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSoundPool.java462 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) argument
464 SoundPool soundPool = (SoundPool)((WeakReference)weakRef).get();
483 private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuality); argument
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp179 android_media_SoundPool_native_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jint streamType, jint srcQuality) argument
191 jobject globalWeakRef = env->NewGlobalRef(weakRef);
204 jobject weakRef = (jobject) ap->getUserData(); local
205 if (weakRef != NULL) {
206 env->DeleteGlobalRef(weakRef);

Completed in 52 milliseconds