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

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

Completed in 152 milliseconds