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

12

  /system/media/wilhelm/src/itf/
IAndroidBufferQueue.c 396 (1 == thiz->mState.count) && (SL_PLAYSTATE_PLAYING == getAssociatedState(thiz))) ?
  /system/media/wilhelm/tests/examples/
slesTestEqFdPath.cpp 195 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
slesTestEqOutputPath.cpp 199 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING );
slesTestDecodeToBuffQueue.cpp 504 result = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_PLAYING);
slesTestFeedback.cpp 333 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 349 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result);
  /system/media/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 269 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
slesTestManyPlayers.cpp 290 res = (*playItfs[playerId])->SetPlayState( playItfs[playerId], SL_PLAYSTATE_PLAYING );
slesTestSlowDownUri.cpp 361 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
  /system/media/wilhelm/tests/sandbox/
monkey.c 65 SLresult result = (*p->mPlay)->SetPlayState(p->mPlay, SL_PLAYSTATE_PLAYING);
playbq.c 347 result = (*playerPlay)->SetPlayState(playerPlay, SL_PLAYSTATE_PLAYING);
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 351 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
  /external/quake/quake/src/WinQuake/
snd_android.cpp 230 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING );
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 667 OpenSL(decoderPlay, SetPlayState, SL_PLAYSTATE_PLAYING);
696 OpenSL(audioPlayerPlay, SetPlayState, SL_PLAYSTATE_PLAYING);
  /system/media/wilhelm/src/android/
MediaPlayer_to_android.cpp 610 case SL_PLAYSTATE_PLAYING: {
611 SL_LOGV("setting AVPlayer to SL_PLAYSTATE_PLAYING");
AudioPlayer_to_android.cpp 67 case SL_PLAYSTATE_PLAYING: {
68 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_PLAYING");
419 * SL_PLAYSTATE_PLAYING state."
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 912 #define SL_PLAYSTATE_PLAYING ((SLuint32) 0x00000003)
    [all...]

Completed in 707 milliseconds

12