Home | History | Annotate | Download | only in jni

Lines Matching full:nextplayer

1145     sp<MediaPlayer> nextplayer = (java_player == NULL) ? NULL : getMediaPlayer(env, java_player);
1146 if (nextplayer == NULL && java_player != NULL) {
1151 if (nextplayer == thisplayer) {
1157 env, thiz, thisplayer->setNextMediaPlayer(nextplayer),