Home
last modified time | relevance | path

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

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c421 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()
/development/ndk/platforms/android-14/include/OMXAL/
DOpenMAXAL.h707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002) macro