HomeSort by relevance Sort by last modified time
    Searched refs:SL_PLAYSTATE_PAUSED (Results 26 - 38 of 38) sorted by null

12

  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 292 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
  /system/media/wilhelm/src/itf/
IOutputMixExt.c 145 case SL_PLAYSTATE_PAUSED: // idle
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 431 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED );
slesTestDecodeAac.cpp 684 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PAUSED);
  /system/media/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 338 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp 49 case SL_PLAYSTATE_PAUSED:
50 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_PAUSED");
411 * post-condition: play state of AudioPlayer is SL_PLAYSTATE_PAUSED if setPlayStateToPaused is true
438 ap->mPlay.mState = SL_PLAYSTATE_PAUSED;
    [all...]
MediaPlayer_to_android.cpp 592 case SL_PLAYSTATE_PAUSED: {
593 SL_LOGV("setting AVPlayer to SL_PLAYSTATE_PAUSED");
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 911 #define SL_PLAYSTATE_PAUSED ((SLuint32) 0x00000002)
    [all...]

Completed in 941 milliseconds

12