Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c447 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
465 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED); in Java_com_example_nativemedia_NativeMedia_setPlayingStreamingMediaPlayer()
/frameworks/wilhelm/tests/sandbox/
Dxa.c119 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING); in main()
Dxaplay.c794 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING); in main()
804 assert(status == XA_PLAYSTATE_PLAYING); in main()
815 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PLAYING); in main()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h708 #define XA_PLAYSTATE_PLAYING ((XAuint32) 0x00000003) macro