HomeSort by relevance Sort by last modified time
    Searched refs:XA_PLAYSTATE_PAUSED (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 247 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
272 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 421 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
447 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 439 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
465 XA_PLAYSTATE_PLAYING : XA_PLAYSTATE_PAUSED);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 471 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED);
575 result = (*playerPlay)->SetPlayState(playerPlay, XA_PLAYSTATE_PAUSED);
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 167 mp->mPlay.mState = XA_PLAYSTATE_PAUSED;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002)
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 707 #define XA_PLAYSTATE_PAUSED ((XAuint32) 0x00000002)
    [all...]

Completed in 79 milliseconds