Home
last modified time | relevance | path

Searched refs:playerPlayItf (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c53 static XAPlayItf playerPlayItf = NULL; variable
387 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
421 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
429 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
443 if (NULL != playerPlayItf) { in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
446 res = (*playerPlayItf)->SetPlayState(playerPlayItf, isPlaying ? in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
462 playerPlayItf = NULL; in Java_com_example_nativemedia_NativeMedia_shutdown()