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

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

Completed in 65 milliseconds