HomeSort by relevance Sort by last modified time
    Searched full:nextplayer (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 826 sp<MediaPlayer> nextplayer = (java_player == NULL) ? NULL : getMediaPlayer(env, java_player); local
827 if (nextplayer == NULL && java_player != NULL) {
832 if (nextplayer == thisplayer) {
838 env, thiz, thisplayer->setNextMediaPlayer(nextplayer),
    [all...]

Completed in 156 milliseconds