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

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

Completed in 35 milliseconds