OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextplayer
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/jni/
android_media_MediaPlayer.cpp
787
sp<MediaPlayer>
nextplayer
= (java_player == NULL) ? NULL : getMediaPlayer(env, java_player);
local
788
if (
nextplayer
== NULL && java_player != NULL) {
793
if (
nextplayer
== thisplayer) {
799
env, thiz, thisplayer->setNextMediaPlayer(
nextplayer
),
[
all
...]
Completed in 58 milliseconds