Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dxaplay.c472 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
576 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
802 if (status == XA_PLAYSTATE_PAUSED) in main()
811 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED); in main()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c440 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
466 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp167 mp->mPlay.mState = XA_PLAYSTATE_PAUSED; in player_handleMediaPlayerEventNotifications()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002) macro