Home | History | Annotate | Download | only in jni

Lines Matching refs:setMediaPlayer

149 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player)
154 player->incStrong((void*)setMediaPlayer);
157 old->decStrong((void*)setMediaPlayer);
882 setMediaPlayer(env, thiz, mp);
890 sp<MediaPlayer> mp = setMediaPlayer(env, thiz, 0);