Searched refs:XA_PLAYSTATE_PAUSED (Results 1 – 2 of 2) sorted by relevance
421 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()447 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002) macro