Searched refs:playerPlayItf (Results 1 – 1 of 1) sorted by relevance
53 static XAPlayItf playerPlayItf = NULL; variable387 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()