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

/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp781 sp<MediaPlayer> thisplayer = getMediaPlayer(env, thiz); local
782 if (thisplayer == NULL) {
792 if (nextplayer == thisplayer) {
798 env, thiz, thisplayer->setNextMediaPlayer(nextplayer),
809 sp<MediaPlayer> thisplayer = getMediaPlayer(env, thiz); local
810 if (thisplayer == NULL) {
815 thisplayer->updateProxyConfig(
832 thisplayer->updateProxyConfig(host, port, exclusionList);

Completed in 30 milliseconds