Searched refs:nextplayer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp834 sp<MediaPlayer> nextplayer = (java_player == NULL) ? NULL : getMediaPlayer(env, java_player); local
835 if (nextplayer == NULL && java_player != NULL) {
840 if (nextplayer == thisplayer) {
846 env, thiz, thisplayer->setNextMediaPlayer(nextplayer),

Completed in 48 milliseconds