Searched refs:XA_PLAYSTATE_PAUSED (Results 1 – 4 of 4) sorted by relevance
472 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()576 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()803 if (status == XA_PLAYSTATE_PAUSED) in main()812 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
439 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()465 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
167 mp->mPlay.mState = XA_PLAYSTATE_PAUSED; in player_handleMediaPlayerEventNotifications()
707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002) macro